Class WildcardMatch.ConditionalExpressionWildcard
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.DebugDumpable
org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.AbstractBaseExpressionWildcard
org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.ConditionalExpressionWildcard
- All Implemented Interfaces:
HasByteCodeLoc
,Expression
,ConditionalExpression
,DeepCloneable<Expression>
,ComparableUnderEC
,Wildcard<ConditionalExpression>
,Dumpable
,DumpableWithPrecedence
,TypeUsageCollectable
- Enclosing class:
- WildcardMatch
public class WildcardMatch.ConditionalExpressionWildcard
extends WildcardMatch.AbstractBaseExpressionWildcard
implements ConditionalExpression, Wildcard<ConditionalExpression>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDemorganApplied
(boolean amNegating) getMatch()
int
getSize
(Precedence outerPrecedence) void
simplify()
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.AbstractBaseExpressionWildcard
addLoc, applyExpressionRewriter, applyReverseExpressionRewriter, canPushDownInto, canThrow, collectTypeUsages, collectUsedLValues, deepClone, dumpWithOuterPrecedence, equivalentUnder, getCombinedLoc, getComputedLiteral, getInferredJavaType, getLoc, getPrecedence, isSimple, isValidStatement, outerDeepClone, pushDown, replaceSingleUsageLValues, visit
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.DebugDumpable
dump
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.benf.cfr.reader.bytecode.analysis.parse.rewriters.DeepCloneable
deepClone, outerDeepClone
Methods inherited from interface org.benf.cfr.reader.util.output.DumpableWithPrecedence
dumpWithOuterPrecedence, getPrecedence
Methods inherited from interface org.benf.cfr.reader.bytecode.analysis.parse.Expression
applyExpressionRewriter, applyReverseExpressionRewriter, canPushDownInto, canThrow, collectUsedLValues, dump, equivalentUnder, getComputedLiteral, getInferredJavaType, isSimple, isValidStatement, pushDown, replaceSingleUsageLValues, visit
Methods inherited from interface org.benf.cfr.reader.bytecode.analysis.loc.HasByteCodeLoc
addLoc, getCombinedLoc, getLoc
Methods inherited from interface org.benf.cfr.reader.util.TypeUsageCollectable
collectTypeUsages
-
Field Details
-
matchedValue
-
-
Constructor Details
-
ConditionalExpressionWildcard
ConditionalExpressionWildcard()
-
-
Method Details
-
getMatch
- Specified by:
getMatch
in interfaceWildcard<ConditionalExpression>
-
resetMatch
public void resetMatch()- Specified by:
resetMatch
in interfaceWildcard<ConditionalExpression>
-
equals
-
simplify
- Specified by:
simplify
in interfaceConditionalExpression
-
optimiseForType
- Specified by:
optimiseForType
in interfaceConditionalExpression
-
getLoopLValues
- Specified by:
getLoopLValues
in interfaceConditionalExpression
-
getDemorganApplied
- Specified by:
getDemorganApplied
in interfaceConditionalExpression
-
getRightDeep
- Specified by:
getRightDeep
in interfaceConditionalExpression
-
getSize
- Specified by:
getSize
in interfaceConditionalExpression
-
getNegated
- Specified by:
getNegated
in interfaceConditionalExpression
-