Package gw.lang.ir.expression
Class IRFieldGetExpression
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRFieldGetExpression
-
public class IRFieldGetExpression extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRFieldGetExpression(IRExpression lhs, String name, IRType fieldType, IRType ownersType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRType
getFieldType()
IRExpression
getLhs()
String
getName()
IRType
getOwnersType()
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
-
IRFieldGetExpression
public IRFieldGetExpression(IRExpression lhs, String name, IRType fieldType, IRType ownersType)
-
-
Method Detail
-
getLhs
public IRExpression getLhs()
-
getName
public String getName()
-
getFieldType
public IRType getFieldType()
-
getOwnersType
public IRType getOwnersType()
-
getType
public IRType getType()
- Specified by:
getType
in classIRExpression
-
-