Package gw.lang.ir.statement
Class IRDoWhileStatement
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRStatement
gw.lang.ir.IRAbstractLoopStatement
gw.lang.ir.statement.IRDoWhileStatement
- All Implemented Interfaces:
IRLoopStatement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()voidsetBody(IRStatement irStatement) voidsetLoopTest(IRExpression test) Methods inherited from class gw.lang.ir.IRStatement
getOriginalSourceStatement, setOriginalSourceStatementMethods inherited from class gw.lang.ir.IRElement
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThis
-
Field Details
-
_test
-
_body
-
-
Constructor Details
-
IRDoWhileStatement
public IRDoWhileStatement()
-
-
Method Details
-
getLoopTest
-
setLoopTest
-
getBody
-
setBody
-
getLeastSignificantTerminalStatement
- Specified by:
getLeastSignificantTerminalStatementin classIRStatement
-