Home
last modified time | relevance | path

Searched refs:noAstNodes (Results 1 – 16 of 16) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test153/
H A DA_in.java5 AstNode[] noAstNodes = new AstNode[AstStackIncrement]; field in Parser
H A DA_out.java5 AstNode[] noAstNodes = new AstNode[AstStackIncrement]; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test059/
H A DParser_out.java45 AstNode[] noAstNodes = new AstNode[AstStackIncrement]; field in Parser
H A DParser_in.java47 AstNode[] noAstNodes = field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test057/
H A DA_out.java45 AstNode[] noAstNodes = new AstNode[AstStackIncrement]; field in Parser
H A DA_in.java47 AstNode[] noAstNodes = field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test061/
H A DParser_in.java70 AstNode[] noAstNodes = field in Parser
H A DParser_out.java62 AstNode[] noAstNodes = new AstNode[AstStackIncrement]; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test058/
H A DA_in.java70 AstNode[] noAstNodes = field in Parser
H A DA_out.java62 AstNode[] noAstNodes = new AstNode[AstStackIncrement]; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test060/
H A DParser_in.java70 AstNode[] noAstNodes = field in Parser
H A DParser_out.java62 AstNode[] noAstNodes = new AstNode[AstStackIncrement]; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java159 ASTNode [] noAstNodes = new ASTNode[AstStackIncrement]; field in Parser
7935 if (this.noAstNodes.length < astLength){ in initialize()
7936 this.noAstNodes = new ASTNode[astLength]; in initialize()
7940 System.arraycopy(this.noAstNodes, 0, this.astStack, 0, astLength); in initialize()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java968 ASTNode [] noAstNodes = new ASTNode[AstStackIncrement]; field in Parser
10550 if (this.noAstNodes.length < astLength){ in initialize()
10551 this.noAstNodes = new ASTNode[astLength]; in initialize()
10555 System.arraycopy(this.noAstNodes, 0, this.astStack, 0, astLength); in initialize()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/
H A DParser.java4452 ASTNode[] noAstNodes = new ASTNode[AstStackIncrement]; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java917 ASTNode [] noAstNodes = new ASTNode[AstStackIncrement]; field in Parser
12281 if (this.noAstNodes.length < astLength){ in initialize()
12282 this.noAstNodes = new ASTNode[astLength]; in initialize()
12286 System.arraycopy(this.noAstNodes, 0, this.astStack, 0, astLength); in initialize()