Package gw.lang.ir.statement
Class IRFieldSetStatement
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRStatement
-
- gw.lang.ir.statement.IRFieldSetStatement
-
public class IRFieldSetStatement extends IRStatement
-
-
Constructor Summary
Constructors Constructor Description IRFieldSetStatement(IRExpression lhs, IRExpression rhs, String name, IRType fieldType, IRType ownersType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRType
getFieldType()
IRTerminalStatement
getLeastSignificantTerminalStatement()
IRExpression
getLhs()
String
getName()
IRType
getOwnersType()
IRExpression
getRhs()
-
Methods inherited from class gw.lang.ir.IRStatement
getOriginalSourceStatement, setOriginalSourceStatement
-
Methods inherited from class gw.lang.ir.IRElement
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThis
-
-
-
-
Constructor Detail
-
IRFieldSetStatement
public IRFieldSetStatement(IRExpression lhs, IRExpression rhs, String name, IRType fieldType, IRType ownersType)
-
-
Method Detail
-
getLhs
public IRExpression getLhs()
-
getRhs
public IRExpression getRhs()
-
getName
public String getName()
-
getFieldType
public IRType getFieldType()
-
getOwnersType
public IRType getOwnersType()
-
getLeastSignificantTerminalStatement
public IRTerminalStatement getLeastSignificantTerminalStatement()
- Specified by:
getLeastSignificantTerminalStatement
in classIRStatement
-
-