Package gw.lang.ir.statement
Class IRNoOpStatement
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRStatement
-
- gw.lang.ir.statement.IRNoOpStatement
-
public class IRNoOpStatement extends IRStatement
-
-
Constructor Summary
Constructors Constructor Description IRNoOpStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRTerminalStatement
getLeastSignificantTerminalStatement()
boolean
isImplicit()
-
Methods inherited from class gw.lang.ir.IRStatement
getOriginalSourceStatement, setOriginalSourceStatement
-
Methods inherited from class gw.lang.ir.IRElement
getLineNumber, getParent, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThis
-
-
-
-
Method Detail
-
getLeastSignificantTerminalStatement
public IRTerminalStatement getLeastSignificantTerminalStatement()
- Specified by:
getLeastSignificantTerminalStatement
in classIRStatement
-
isImplicit
public boolean isImplicit()
- Overrides:
isImplicit
in classIRElement
-
-