Interface ASTAssignableExpr.ASTNamedReferenceExpr

    • Method Detail

      • getName

        String getName()
        Returns the name of the referenced variable.
      • getSignature

        @Nullable JVariableSig getSignature()
        Returns the signature of the referenced variable. This is relevant for fields, as they may be inherited from some parameterized supertype.
      • getReferencedSym

        default @Nullable JVariableSymbol getReferencedSym()
        Returns the symbol referenced by this variable.