Interface IVarStatement

    • Method Detail

      • getIdentifierName

        String getIdentifierName()
      • getPropertyName

        String getPropertyName()
      • hasProperty

        boolean hasProperty()
      • getModifiers

        int getModifiers()
      • isStatic

        boolean isStatic()
      • isPrivate

        boolean isPrivate()
      • isInternal

        boolean isInternal()
      • isProtected

        boolean isProtected()
      • isPublic

        boolean isPublic()
      • isFinal

        boolean isFinal()
      • isAbstract

        boolean isAbstract()
      • isEnumConstant

        boolean isEnumConstant()
      • getHasInitializer

        boolean getHasInitializer()
      • getFullDescription

        String getFullDescription()
      • setSymbol

        void setSymbol​(ISymbol symbol)
      • getPropertyNameOffset

        int getPropertyNameOffset()
      • isFieldDeclaration

        boolean isFieldDeclaration()