Package gw.lang.ir
Class IRGosuAnnotation
- java.lang.Object
-
- gw.lang.ir.IRGosuAnnotation
-
public class IRGosuAnnotation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IRType_descriptorprivate IGosuAnnotation_gosuAnnotationprivate boolean_include
-
Constructor Summary
Constructors Constructor Description IRGosuAnnotation(IRType descriptor, boolean include, IGosuAnnotation gosuAnnotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRTypegetDescriptor()java.lang.ObjectgetValue()booleanisInclude()
-
-
-
Field Detail
-
_descriptor
private IRType _descriptor
-
_include
private boolean _include
-
_gosuAnnotation
private IGosuAnnotation _gosuAnnotation
-
-
Constructor Detail
-
IRGosuAnnotation
public IRGosuAnnotation(IRType descriptor, boolean include, IGosuAnnotation gosuAnnotation)
-
-
Method Detail
-
getDescriptor
public IRType getDescriptor()
-
isInclude
public boolean isInclude()
-
getValue
public java.lang.Object getValue()
-
-