Class CGExpression

Direct Known Subclasses:
CGAnnotation, CGArrayTypeTree, CGAssign, CGFieldAccess, CGIdent, CGLiteral, CGMethodInvocation, CGNewArray, CGPrimitiveTypeTree, CGTypeCast, CGValueExpression

public class CGExpression extends CGTree
  • Constructor Details

    • CGExpression

      public CGExpression(Object instance)
  • Method Details

    • theClass

      public static Class theClass()
    • getKey

      public Object getKey()
    • getValue

      public Object getValue()
    • getKeyAsString

      public String getKeyAsString()
    • getValueAsString

      public String getValueAsString()
    • init

      protected void init()
      Overrides:
      init in class CGTree