Package gw.lang.ir.statement
Class IRImplicitReturnStatement
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRStatement
-
- gw.lang.ir.statement.IRReturnStatement
-
- gw.lang.ir.statement.IRImplicitReturnStatement
-
- All Implemented Interfaces:
IRTerminalStatement
public class IRImplicitReturnStatement extends IRReturnStatement
-
-
Constructor Summary
Constructors Constructor Description IRImplicitReturnStatement()
IRImplicitReturnStatement(IRStatement tempVarAssignment, IRExpression returnValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isImplicit()
-
Methods inherited from class gw.lang.ir.statement.IRReturnStatement
getLeastSignificantTerminalStatement, getReturnValue, getTempVarAssignment, hasTempVar
-
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
-
-
-
-
Constructor Detail
-
IRImplicitReturnStatement
public IRImplicitReturnStatement()
-
IRImplicitReturnStatement
public IRImplicitReturnStatement(IRStatement tempVarAssignment, IRExpression returnValue)
-
-
Method Detail
-
isImplicit
public boolean isImplicit()
- Overrides:
isImplicit
in classIRElement
-
-