Package gw.lang.ir.expression
Class IRFieldGetExpression
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRFieldGetExpression
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IRType
private IRExpression
private String
private IRType
-
Constructor Summary
ConstructorsConstructorDescriptionIRFieldGetExpression
(IRExpression lhs, String name, IRType fieldType, IRType ownersType) -
Method Summary
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
-
Field Details
-
_lhs
-
_name
-
_fieldType
-
_ownersType
-
-
Constructor Details
-
IRFieldGetExpression
-
-
Method Details
-
getLhs
-
getName
-
getFieldType
-
getOwnersType
-
getType
- Specified by:
getType
in classIRExpression
-