Class CompletionOnSingleNameReference

All Implemented Interfaces:
OperatorIds, InvocationSite, TypeConstants, TypeIds

public class CompletionOnSingleNameReference extends SingleNameReference
  • Field Details

    • possibleKeywords

      public char[][] possibleKeywords
    • canBeExplicitConstructor

      public boolean canBeExplicitConstructor
    • isInsideAnnotationAttribute

      public boolean isInsideAnnotationAttribute
    • isPrecededByModifiers

      public boolean isPrecededByModifiers
  • Constructor Details

    • CompletionOnSingleNameReference

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

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