Klasse Var

Bekannte direkte Unterklassen:
BcelVar, ReflectionVar

public class Var extends Expr
  • Felddetails

    • NONE

      public static final Var[] NONE
  • Konstruktordetails

  • Methodendetails

    • getType

      public ResolvedType getType()
      Angegeben von:
      getType in Klasse Expr
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • accept

      public void accept(IExprVisitor v)
      Angegeben von:
      accept in Klasse Expr
    • getAccessorForValue

      public Var getAccessorForValue(ResolvedType formalType, String formalName)
      For an annotation this will return a variable that can access a specific field of the annotation (of the specified type) TODO what kind of behaviour happens for two annotation fields of the same type?
      Parameter:
      formalType -
      formalName -
      Gibt zurück: