Interface JVariableSymbol

    • Method Detail

      • isField

        default boolean isField()
        Returns true if this is a field symbol.
        See Also:
        JFieldSymbol
      • isFinal

        boolean isFinal()
        Returns true if this declaration is declared final. This takes implicit modifiers into account.
      • getTypeMirror

        JTypeMirror getTypeMirror​(Substitution subst)
        Returns the type of this value, under the given substitution.