Home
last modified time | relevance | path

Searched refs:typeAnnotationPtr (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/
H A DSourceElementParser.java464 …on = (Annotation) (isTypeAnnotation ? this.typeAnnotationStack[this.typeAnnotationPtr] : this.expr… in consumeMarkerAnnotation()
591 …on = (Annotation) (isTypeAnnotation ? this.typeAnnotationStack[this.typeAnnotationPtr] : this.expr… in consumeNormalAnnotation()
606 …MemberAnnotation) (isTypeAnnotation ? this.typeAnnotationStack[this.typeAnnotationPtr] : this.expr… in consumeSingleMemberAnnotation()
929 (this.typeAnnotationPtr -= length) + 1, in getTypeReference()
H A DDocumentElementParser.java752 (this.typeAnnotationPtr -= length) + 1, in consumeFormalParameter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DMatchLocatorParser.java419 …on = (Annotation) (isTypeAnnotation ? this.typeAnnotationStack[this.typeAnnotationPtr] : this.expr… in consumeMarkerAnnotation()
562 …on = (Annotation) (isTypeAnnotation ? this.typeAnnotationStack[this.typeAnnotationPtr] : this.expr… in consumeNormalAnnotation()
637 …on = (Annotation) (isTypeAnnotation ? this.typeAnnotationStack[this.typeAnnotationPtr] : this.expr… in consumeSingleMemberAnnotation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DCodeSnippetParser.java394 (this.typeAnnotationPtr -= length) + 1, in consumeMethodInvocationName()
855 this.typeAnnotationPtr = -1; in resumeOnSyntaxError()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java922 protected int typeAnnotationPtr; field in Parser
1465 (this.typeAnnotationPtr -= length) + 1,
4259 (this.typeAnnotationPtr -= length) + 1, in consumeFormalParameter()
5289 (this.typeAnnotationPtr -= length) + 1, in consumeMethodInvocationName()
5943 (this.typeAnnotationPtr -= length) + 1, in consumeNonTypeUseName()
9307 (this.typeAnnotationPtr -= length) + 1, in consumeTypeParameterHeader()
10133 (this.typeAnnotationPtr -= length) + 1, in annotateTypeReference()
10223 (this.typeAnnotationPtr -= length) + 1, in getTypeReference()
10533 this.typeAnnotationPtr = -1; in initialize()
12241 this.typeAnnotationPtr = -1; in resetStacks()
[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.java870 protected int typeAnnotationPtr; field in Parser
1429 (this.typeAnnotationPtr -= length) + 1,
4342 (this.typeAnnotationPtr -= length) + 1, in consumeFormalParameter()
5468 (this.typeAnnotationPtr -= length) + 1, in consumeMethodInvocationName()
6592 (this.typeAnnotationPtr -= length) + 1, in consumeNonTypeUseName()
10520 (this.typeAnnotationPtr -= length) + 1, in consumeTypeParameterHeader()
11011 (this.typeAnnotationPtr -= length) + 1, in consumeRecordComponent()
11856 (this.typeAnnotationPtr -= length) + 1, in annotateTypeReference()
12262 this.typeAnnotationPtr = -1; in initialize()
14044 this.typeAnnotationPtr = -1; in resetStacks()
[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.java834 (this.typeAnnotationPtr -= length) + 1, in buildMoreCompletionContext()
1759 (this.typeAnnotationPtr -= length) + 1, in checkInvocation()
2927 (this.typeAnnotationPtr -= length) + 1, in consumeFormalParameter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/
H A DSelectionParser.java700 (this.typeAnnotationPtr -= length) + 1, in consumeFormalParameter()
/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.java2362 this.typeAnnotationPtr = -1; in resumeAfterRecovery()