Class CGVarSymbol


public class CGVarSymbol extends CGSymbol
  • Constructor Details

    • CGVarSymbol

      public CGVarSymbol(Object instance)
  • Method Details

    • theClass

      public static Class theClass()
    • create

      public static CGVarSymbol create(long flags, CGName name, CGType type, CGSymbol owner)
    • getVariableType

      public String getVariableType()
    • getVariableSimpleType

      public String getVariableSimpleType()
    • init

      protected void init()
      Overrides:
      init in class CGSymbol