Package gw.lang.ir
Class IRAnnotation
- java.lang.Object
-
- gw.lang.ir.IRAnnotation
-
public class IRAnnotation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IAnnotationInfo_annotationprivate IRType_descriptorprivate boolean_include
-
Constructor Summary
Constructors Constructor Description IRAnnotation(IRType descriptor, boolean include)IRAnnotation(IRType descriptor, boolean include, IAnnotationInfo annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRTypegetDescriptor()IAnnotationInfogetValue()booleanisInclude()
-
-
-
Field Detail
-
_descriptor
private IRType _descriptor
-
_include
private boolean _include
-
_annotation
private IAnnotationInfo _annotation
-
-
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()
-
getValue
public IAnnotationInfo getValue()
-
-