Package gw.lang.ir

Class IRGosuAnnotation

java.lang.Object
gw.lang.ir.IRGosuAnnotation

public class IRGosuAnnotation extends Object
  • Field Details

    • _descriptor

      private IRType _descriptor
    • _include

      private boolean _include
    • _gosuAnnotation

      private IGosuAnnotation _gosuAnnotation
  • Constructor Details

    • IRGosuAnnotation

      public IRGosuAnnotation(IRType descriptor, boolean include, IGosuAnnotation gosuAnnotation)
  • Method Details

    • getDescriptor

      public IRType getDescriptor()
    • isInclude

      public boolean isInclude()
    • getValue

      public Object getValue()