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, wantsLifetimeHint
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
collectLValueUsage, equivalentUnder, getStructuredStatement, replaceSingleUsageLValues, rewriteExpressions
deepClone
getCombinedLoc
public ReturnStatement(BytecodeLoc loc)
public boolean fallsToNext()
fallsToNext
in interface Statement
fallsToNext
in class AbstractStatement
public ReturnStatement outerDeepClone(CloneHelper cloneHelper)
outerDeepClone
in interface DeepCloneable<Statement>
outerDeepClone
in class AbstractStatement
Copyright © 2011-2021. All Rights Reserved.