Klasse CompletionOnSingleNameReference

Alle implementierten Schnittstellen:
CompletionNode, OperatorIds, InvocationSite, TypeConstants, TypeIds

public class CompletionOnSingleNameReference extends SingleNameReference implements CompletionNode
  • Felddetails

    • possibleKeywords

      public char[][] possibleKeywords
    • canBeExplicitConstructor

      public boolean canBeExplicitConstructor
    • isInsideAnnotationAttribute

      public boolean isInsideAnnotationAttribute
    • isPrecededByModifiers

      public boolean isPrecededByModifiers
  • Konstruktordetails

    • CompletionOnSingleNameReference

      public CompletionOnSingleNameReference(char[] source, long pos, boolean isInsideAnnotationAttribute)
    • CompletionOnSingleNameReference

      public CompletionOnSingleNameReference(char[] source, long pos, char[][] possibleKeywords, boolean canBeExplicitConstructor, boolean isInsideAnnotationAttribute)
  • Methodendetails