Package gw.lang.ir
Class IRSymbol
- java.lang.Object
-
- gw.lang.ir.IRSymbol
-
public class IRSymbol extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IRAnnotation>
getAnnotations()
String
getName()
IRType
getType()
boolean
isTemp()
void
setAnnotations(List<IRAnnotation> irAnnotations)
void
setType(IRType type)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public IRType getType()
-
setType
public void setType(IRType type)
-
isTemp
public boolean isTemp()
-
setAnnotations
public void setAnnotations(List<IRAnnotation> irAnnotations)
-
getAnnotations
public List<IRAnnotation> getAnnotations()
-
-