mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Code formatting.
This commit is contained in:
parent
8f45aeca2f
commit
253cc606d6
1 changed files with 2 additions and 3 deletions
|
@ -51,7 +51,7 @@ public abstract class ASTAmbiguousNode extends ASTNode {
|
||||||
/**
|
/**
|
||||||
* Return the alternative nodes for this ambiguity.
|
* Return the alternative nodes for this ambiguity.
|
||||||
*/
|
*/
|
||||||
protected abstract IASTNode [] getNodes();
|
protected abstract IASTNode[] getNodes();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the scope that may get polluted by alternatives of this ambiguity.
|
* Returns the scope that may get polluted by alternatives of this ambiguity.
|
||||||
|
@ -64,7 +64,6 @@ public abstract class ASTAmbiguousNode extends ASTNode {
|
||||||
final IASTAmbiguityParent owner= (IASTAmbiguityParent) getParent();
|
final IASTAmbiguityParent owner= (IASTAmbiguityParent) getParent();
|
||||||
IASTNode nodeToReplace= this;
|
IASTNode nodeToReplace= this;
|
||||||
|
|
||||||
|
|
||||||
final IASTNode[] alternatives= getNodes();
|
final IASTNode[] alternatives= getNodes();
|
||||||
IASTNode bestAlternative= null;
|
IASTNode bestAlternative= null;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue