public class IRSymbol extends Object
| Constructor and Description |
|---|
IRSymbol(String name,
IRType type,
boolean temp) |
| Modifier and Type | Method and Description |
|---|---|
List<IRAnnotation> |
getAnnotations() |
String |
getName() |
IRType |
getType() |
boolean |
isTemp() |
void |
setAnnotations(List<IRAnnotation> irAnnotations) |
void |
setType(IRType type) |
String |
toString() |
public String getName()
public IRType getType()
public void setType(IRType type)
public boolean isTemp()
public void setAnnotations(List<IRAnnotation> irAnnotations)
public List<IRAnnotation> getAnnotations()
Copyright © 2022. All rights reserved.