public class StructuredThrow extends AbstractStructuredStatement
| Modifier and Type | Field and Description |
|---|---|
private Expression |
value |
| Constructor and Description |
|---|
StructuredThrow(BytecodeLoc loc,
Expression value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFall() |
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper dumper) |
boolean |
equals(java.lang.Object o) |
BytecodeLoc |
getCombinedLoc() |
Expression |
getValue() |
void |
linearizeInto(java.util.List<StructuredStatement> out) |
boolean |
match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
void |
rewriteExpressions(ExpressionRewriter expressionRewriter) |
void |
traceLocalVariableScope(LValueScopeDiscoverer scopeDiscoverer) |
void |
transformStructuredChildren(StructuredStatementTransformer transformer,
StructuredScope scope) |
addLoc, alwaysDefines, canDefine, claimBlock, fallsNopToNext, findCreatedHere, getBreakableBlockOrNull, getContainer, getInline, getLoc, informBlockHeirachy, inlineable, isEffectivelyNOP, isProperlyStructured, isRecursivelyStructured, isScopeBlock, markCreator, setContainer, suggestName, supportsBreak, supportsContinueBreak, toString, transformStructuredChildrenInReverseprivate Expression value
public StructuredThrow(BytecodeLoc loc, Expression value)
public BytecodeLoc getCombinedLoc()
public Expression getValue()
public void collectTypeUsages(TypeUsageCollector collector)
public void transformStructuredChildren(StructuredStatementTransformer transformer, StructuredScope scope)
public void linearizeInto(java.util.List<StructuredStatement> out)
public void rewriteExpressions(ExpressionRewriter expressionRewriter)
public void traceLocalVariableScope(LValueScopeDiscoverer scopeDiscoverer)
public boolean match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)
match in interface Matcher<StructuredStatement>match in class AbstractStructuredStatementpublic boolean canFall()
canFall in interface StructuredStatementcanFall in class AbstractStructuredStatementpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object