Package gw.lang.ir.expression
Class IRIdentifier
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRIdentifier
-
public class IRIdentifier extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRIdentifier(IRSymbol symbol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRSymbol
getSymbol()
IRType
getType()
-
Methods inherited from class gw.lang.ir.IRExpression
getConditionContext
-
Methods inherited from class gw.lang.ir.IRElement
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThis
-
-
-
-
Constructor Detail
-
IRIdentifier
public IRIdentifier(IRSymbol symbol)
-
-
Method Detail
-
getSymbol
public IRSymbol getSymbol()
-
getType
public IRType getType()
- Specified by:
getType
in classIRExpression
-
-