Package gw.lang.ir

Class IRAnnotation

java.lang.Object
gw.lang.ir.IRAnnotation

public class IRAnnotation extends Object
  • Field Details

    • _descriptor

      private IRType _descriptor
    • _include

      private boolean _include
    • _annotation

      private IAnnotationInfo _annotation
  • Constructor Details

    • IRAnnotation

      public IRAnnotation(IRType descriptor, boolean include)
    • IRAnnotation

      public IRAnnotation(IRType descriptor, boolean include, IAnnotationInfo annotation)
  • Method Details

    • getDescriptor

      public IRType getDescriptor()
    • isInclude

      public boolean isInclude()
    • getValue

      public IAnnotationInfo getValue()