Package gw.lang.ir
Class IRAnnotation
- java.lang.Object
-
- gw.lang.ir.IRAnnotation
-
public class IRAnnotation extends Object
-
-
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 IRType
getDescriptor()
IAnnotationInfo
getValue()
boolean
isInclude()
-
-
-
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()
-
-