Class IRSymbol
java.lang.Object
gw.lang.ir.IRSymbol
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<IRAnnotation> private Stringprivate booleanprivate IRType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()booleanisTemp()voidsetAnnotations(List<IRAnnotation> irAnnotations) voidtoString()
-
Field Details
-
_name
-
_type
-
_temp
private boolean _temp -
_annotations
-
-
Constructor Details
-
IRSymbol
-
-
Method Details
-
getName
-
getType
-
setType
-
isTemp
public boolean isTemp() -
setAnnotations
-
getAnnotations
-
toString
-