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
-
-
Field Summary
Fields Modifier and Type Field Description private IRType_literalType
-
Constructor Summary
Constructors Constructor Description IRClassLiteral(IRType literalType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRTypegetLiteralType()IRTypegetType()-
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
-
-