Package gw.lang.ir

Class IRAnnotation


  • public class IRAnnotation
    extends java.lang.Object
    • Field Detail

      • _descriptor

        private IRType _descriptor
      • _include

        private boolean _include
    • Constructor Detail

      • IRAnnotation

        public IRAnnotation​(IRType descriptor,
                            boolean include)
      • IRAnnotation

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

      • getDescriptor

        public IRType getDescriptor()
      • isInclude

        public boolean isInclude()