Package gw.lang.ir.expression
Class IRClassLiteral
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRClassLiteral
-
public class IRClassLiteral extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRClassLiteral(IRType literalType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRType
getLiteralType()
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
-
IRClassLiteral
public IRClassLiteral(IRType literalType)
-
-
Method Detail
-
getLiteralType
public IRType getLiteralType()
-
getType
public IRType getType()
- Specified by:
getType
in classIRExpression
-
-