public abstract class ReturnStatement extends AbstractStatement
| Constructor and Description |
|---|
ReturnStatement(BytecodeLoc loc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fallsToNext() |
ReturnStatement |
outerDeepClone(CloneHelper cloneHelper) |
addLoc, canThrow, collectLocallyMutatedVariables, collectLValueAssignments, collectObjectCreation, doesBlackListLValueReplacement, getCompoundParts, getContainer, getCreatedLValue, getLoc, getRValue, getTargetStatement, isCompound, setContainer, setLifetimeHint, toString, wantsLifetimeHintclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcollectLValueUsage, equivalentUnder, getStructuredStatement, replaceSingleUsageLValues, rewriteExpressionsdeepClonegetCombinedLocpublic ReturnStatement(BytecodeLoc loc)
public boolean fallsToNext()
fallsToNext in interface StatementfallsToNext in class AbstractStatementpublic ReturnStatement outerDeepClone(CloneHelper cloneHelper)
outerDeepClone in interface DeepCloneable<Statement>outerDeepClone in class AbstractStatement