Interface IReducedSymbol

    • Method Detail

      • isStatic

        boolean isStatic()
      • getModifiers

        int getModifiers()
      • getDisplayName

        String getDisplayName()
      • getFullDescription

        String getFullDescription()
      • isPrivate

        boolean isPrivate()
      • isInternal

        boolean isInternal()
      • isProtected

        boolean isProtected()
      • isPublic

        boolean isPublic()
      • isAbstract

        boolean isAbstract()
      • isFinal

        boolean isFinal()
      • isReified

        boolean isReified()
      • getType

        IType getType()
      • hasTypeVariables

        boolean hasTypeVariables()
      • getSymbolClass

        Class<?> getSymbolClass()
      • isValueBoxed

        boolean isValueBoxed()
      • getIndex

        int getIndex()
      • getDefaultValueExpression

        IExpression getDefaultValueExpression()