Package gw.lang.ir.statement
Class IRContinueStatement
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRStatement
-
- gw.lang.ir.statement.IRContinueStatement
-
- All Implemented Interfaces:
IRTerminalStatement
public class IRContinueStatement extends IRStatement implements IRTerminalStatement
-
-
Constructor Summary
Constructors Constructor Description IRContinueStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRTerminalStatement
getLeastSignificantTerminalStatement()
-
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
-
-
-
-
Method Detail
-
getLeastSignificantTerminalStatement
public IRTerminalStatement getLeastSignificantTerminalStatement()
- Specified by:
getLeastSignificantTerminalStatement
in classIRStatement
-
-