Home
last modified time | relevance | path

Searched refs:listTypeParameterLength (Results 1 – 6 of 6) sorted by relevance

/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 DRecoveredType.java417 } else if (parser.listTypeParameterLength > 0) { in updateFromParserState()
418 int length = parser.listTypeParameterLength; in updateFromParserState()
438 parser.listTypeParameterLength = 0; in updateFromParserState()
H A DParser.java153 protected int listTypeParameterLength; // for recovering some incomplete list (type parameters) field in Parser
750 this.listTypeParameterLength = 0; in buildInitialRecoveryState()
1953 this.listTypeParameterLength = 0; in consumeTypeHeaderNameWithTypeParameters()
6842 this.listTypeParameterLength++; in consumeTypeParameterHeader()
7969 this.listTypeParameterLength = 0; in initialize()
8954 this.listTypeParameterLength = 0; in resetStacks()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredType.java693 } else if (parser.listTypeParameterLength > 0) { in updateFromParserState()
694 int length = parser.listTypeParameterLength; in updateFromParserState()
714 parser.listTypeParameterLength = 0; in updateFromParserState()
H A DParser.java960 protected int listTypeParameterLength; // for recovering some incomplete list (type parameters) field in Parser
1094 this.listTypeParameterLength = 0; in buildInitialRecoveryState()
1698 this.listTypeParameterLength = 0;
3917 this.listTypeParameterLength = 0; in consumeEnumHeaderNameWithTypeParameters()
9219 this.listTypeParameterLength = 0; in consumeTypeHeaderNameWithTypeParameters()
9324 this.listTypeParameterLength++; in consumeTypeParameterHeader()
10588 this.listTypeParameterLength = 0; in initialize()
12253 this.listTypeParameterLength = 0; in resetStacks()
12503 this.listTypeParameterLength = parser.listTypeParameterLength; in copyState()
/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 DRecoveredType.java743 } else if (parser.listTypeParameterLength > 0) { in updateFromParserState()
744 int length = parser.listTypeParameterLength; in updateFromParserState()
764 parser.listTypeParameterLength = 0; in updateFromParserState()
H A DParser.java908 protected int listTypeParameterLength; // for recovering some incomplete list (type parameters) field in Parser
1055 this.listTypeParameterLength = 0; in buildInitialRecoveryState()
1662 this.listTypeParameterLength = 0;
3999 this.listTypeParameterLength = 0; in consumeEnumHeaderNameWithTypeParameters()
10432 this.listTypeParameterLength = 0; in consumeTypeHeaderNameWithTypeParameters()
10537 this.listTypeParameterLength++; in consumeTypeParameterHeader()
12319 this.listTypeParameterLength = 0; in initialize()
14058 this.listTypeParameterLength = 0; in resetStacks()
14315 this.listTypeParameterLength = parser.listTypeParameterLength; in copyState()