Home
last modified time | relevance | path

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

/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.java248 for (int j = blockIndex; j <= this.realBlockPtr; j++){ in buildInitialRecoveryState()
370 for (int j = blockIndex; j <= this.realBlockPtr; j++){ in buildInitialRecoveryState()
845 if (this.realBlockPtr >= stackLength) { in consumeOpenBlock()
851 this.blockStarts[this.realBlockPtr] = this.scanner.startPosition; in consumeOpenBlock()
874 if (this.realBlockPtr >= stackLength) { in consumeOpenFakeBlock()
880 this.blockStarts[this.realBlockPtr] = -this.scanner.startPosition; in consumeOpenFakeBlock()
1909 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()
[all …]
/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.java72 protected int realBlockPtr; field in Parser
H A DParser_in.java81 protected int realBlockPtr; 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.java72 protected int realBlockPtr; field in Parser
H A DA_in.java81 protected int realBlockPtr; 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.java104 protected int realBlockPtr; field in Parser
H A DParser_out.java89 protected int realBlockPtr; 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.java104 protected int realBlockPtr; field in Parser
H A DA_out.java89 protected int realBlockPtr; 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.java104 protected int realBlockPtr; field in Parser
H A DParser_out.java89 protected int realBlockPtr; 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.java166 protected int realBlockPtr; field in Parser
724 this.realBlockStack[this.realBlockPtr]++; in blockReal()
2178 this.realBlockPtr--; in consumeConstructorDeclaration()
3534 this.realBlockStack[this.realBlockPtr]++; in consumeLocalVariableDeclarationStatement()
4091 if (++this.realBlockPtr >= stackLength) { in consumeOpenBlock()
4097 this.realBlockStack[this.realBlockPtr] = 0; in consumeOpenBlock()
7867 this.realBlockPtr--; in ignoreInvalidConstructorDeclaration()
7899 this.realBlockPtr--; in ignoreMethodBody()
7926 this.realBlockPtr = -1; in initialize()
8804 if (++this.realBlockPtr >= stackLength) { in pushOnRealBlockStack()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java978 protected int realBlockPtr; field in Parser
1068 this.realBlockStack[this.realBlockPtr]++; in blockReal()
2957 this.realBlockPtr--; in consumeConstructorDeclaration()
4690 this.realBlockPtr--; in consumeInvalidConstructorDeclaration()
4827 this.realBlockStack[this.realBlockPtr]++; in consumeLocalVariableDeclarationStatement()
5526 if (++this.realBlockPtr >= stackLength) { in consumeOpenBlock()
5532 this.realBlockStack[this.realBlockPtr] = 0; in consumeOpenBlock()
10540 this.realBlockPtr = -1; in initialize()
11897 if (++this.realBlockPtr >= stackLength) { 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.java928 protected int realBlockPtr; field in Parser
1029 this.realBlockStack[this.realBlockPtr]++; in blockReal()
2954 this.realBlockPtr--; in consumeConstructorDeclaration()
4821 this.realBlockPtr--; in consumeInvalidConstructorDeclaration()
5007 this.realBlockStack[this.realBlockPtr]++; in consumeLocalVariableDeclarationStatement()
5705 if (++this.realBlockPtr >= stackLength) { in consumeOpenBlock()
5711 this.realBlockStack[this.realBlockPtr] = 0; in consumeOpenBlock()
11102 this.realBlockPtr--; in consumeCompactConstructorDeclaration()
12271 this.realBlockPtr = -1; in initialize()
13683 if (++this.realBlockPtr >= stackLength) { 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()