Home
last modified time | relevance | path

Searched refs:realBlockStack (Results 1 – 15 of 15) sorted by relevance

/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.java71 protected int[] realBlockStack; field in Parser
H A DParser_in.java80 protected int[] realBlockStack; 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.java71 protected int[] realBlockStack; field in Parser
H A DA_in.java80 protected int[] realBlockStack; 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.java103 protected int[] realBlockStack; field in Parser
H A DParser_out.java88 protected int[] realBlockStack; 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.java103 protected int[] realBlockStack; field in Parser
H A DA_out.java88 protected int[] realBlockStack; 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.java103 protected int[] realBlockStack; field in Parser
H A DParser_out.java88 protected int[] realBlockStack; 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.java167 protected int[] realBlockStack; field in Parser
692 this.realBlockStack = new int[30]; in Parser()
724 this.realBlockStack[this.realBlockPtr]++; in blockReal()
3534 this.realBlockStack[this.realBlockPtr]++; in consumeLocalVariableDeclarationStatement()
4090 int stackLength = this.realBlockStack.length; in consumeOpenBlock()
4093 this.realBlockStack, 0, in consumeOpenBlock()
4097 this.realBlockStack[this.realBlockPtr] = 0; in consumeOpenBlock()
8803 int stackLength = this.realBlockStack.length; in pushOnRealBlockStack()
8806 this.realBlockStack, 0, in pushOnRealBlockStack()
8810 this.realBlockStack[this.realBlockPtr] = i; in pushOnRealBlockStack()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/
H A DAssistParser.java1909 cd.explicitDeclarations = this.realBlockStack[this.realBlockPtr--]; in parseBlockStatements()
1981 initializer.block.explicitDeclarations = this.realBlockStack[this.realBlockPtr--]; in parseBlockStatements()
2041 md.explicitDeclarations = this.realBlockStack[this.realBlockPtr--]; in parseBlockStatements()
2113 this.realBlockStack[this.realBlockPtr = 1] = 0; in prepareForBlockStatements()
2133 this.realBlockStack[this.realBlockPtr = 0] = 0; in prepareForHeaders()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java979 protected int[] realBlockStack; field in Parser
1038 this.realBlockStack = new int[30]; in Parser()
1068 this.realBlockStack[this.realBlockPtr]++; in blockReal()
4827 this.realBlockStack[this.realBlockPtr]++; in consumeLocalVariableDeclarationStatement()
5525 int stackLength = this.realBlockStack.length; in consumeOpenBlock()
5528 this.realBlockStack, 0, in consumeOpenBlock()
5532 this.realBlockStack[this.realBlockPtr] = 0; in consumeOpenBlock()
11896 int stackLength = this.realBlockStack.length; in pushOnRealBlockStack()
11899 this.realBlockStack, 0, in pushOnRealBlockStack()
11903 this.realBlockStack[this.realBlockPtr] = i; in pushOnRealBlockStack()
[all …]
/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.java929 protected int[] realBlockStack; field in Parser
997 this.realBlockStack = new int[30]; in Parser()
1029 this.realBlockStack[this.realBlockPtr]++; in blockReal()
5007 this.realBlockStack[this.realBlockPtr]++; in consumeLocalVariableDeclarationStatement()
5704 int stackLength = this.realBlockStack.length; in consumeOpenBlock()
5707 this.realBlockStack, 0, in consumeOpenBlock()
5711 this.realBlockStack[this.realBlockPtr] = 0; in consumeOpenBlock()
13682 int stackLength = this.realBlockStack.length; in pushOnRealBlockStack()
13685 this.realBlockStack, 0, in pushOnRealBlockStack()
13689 this.realBlockStack[this.realBlockPtr] = i; in pushOnRealBlockStack()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionParser.java5451 this.realBlockStack[this.realBlockPtr = 1] = 0; in prepareForBlockStatements()