Uses of Interface
org.benf.cfr.reader.bytecode.analysis.parse.utils.ComparableUnderEC
-
-
Uses of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type ComparableUnderEC Modifier and Type Method Description boolean
StatementEquivalenceConstraint. equivalent(ComparableUnderEC o1, ComparableUnderEC o2)
-
Uses of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.parse
Subinterfaces of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.parse Modifier and Type Interface Description interface
Expression
interface
Statement
-
Uses of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.parse.expression
Subinterfaces of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.parse.expression Modifier and Type Interface Description interface
ConditionalExpression
-
Uses of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.parse.statement
Classes in org.benf.cfr.reader.bytecode.analysis.parse.statement that implement ComparableUnderEC Modifier and Type Class Description class
AbstractAssignment
class
AbstractStatement
class
AnonBreakTarget
class
AssignmentPreMutation
In an assignment prechange, the LHS is by definition equal to the RHS after the statement.class
AssignmentSimple
class
CaseStatement
class
CatchStatement
class
CommentStatement
private static class
CommentStatement.StatementExpression
class
CompoundStatement
This should not be used to aggregate statements, but only to produce statements when multiple statements are generated by a single opcode.class
ConstructorStatement
This is a temporary statement - it should be replaced with an Assignment of a ConstructorInvokation However, it can force the type of the constructed object, which NEW is not capable of doing....class
DoStatement
class
ExpressionStatement
class
FinallyStatement
class
ForIterStatement
class
ForStatement
class
GotoStatement
class
IfExitingStatement
class
IfStatement
class
JSRCallStatement
class
JSRRetStatement
class
JumpingStatement
class
MonitorEnterStatement
class
MonitorExitStatement
class
MonitorStatement
class
Nop
class
RawSwitchStatement
A 'raw' switch contains the original bytecode information about the switch.class
ReturnNothingStatement
class
ReturnStatement
class
ReturnValueStatement
class
SwitchStatement
class
ThrowStatement
class
TryStatement
class
WhileStatement
-
Uses of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.parse.utils
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type ComparableUnderEC Modifier and Type Method Description boolean
DefaultEquivalenceConstraint. equivalent(ComparableUnderEC o1, ComparableUnderEC o2)
boolean
EquivalenceConstraint. equivalent(ComparableUnderEC o1, ComparableUnderEC o2)
-
Uses of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Classes in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that implement ComparableUnderEC Modifier and Type Class Description private static class
WildcardMatch.AbstractBaseExpressionWildcard
static class
WildcardMatch.AnyOneOfExpression
class
WildcardMatch.ArithmeticMutationWildcard
class
WildcardMatch.CastExpressionWildcard
class
WildcardMatch.ConditionalExpressionWildcard
class
WildcardMatch.ConstructorInvokationAnonymousInnerWildcard
class
WildcardMatch.ConstructorInvokationSimpleWildcard
static class
WildcardMatch.ExpressionWildcard
static class
WildcardMatch.MemberFunctionInvokationWildcard
class
WildcardMatch.NewArrayWildcard
class
WildcardMatch.StaticFunctionInvokationWildcard
class
WildcardMatch.SuperFunctionInvokationWildcard
-
Uses of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.structured.expression
Classes in org.benf.cfr.reader.bytecode.analysis.structured.expression that implement ComparableUnderEC Modifier and Type Class Description class
StructuredStatementExpression
-
Uses of ComparableUnderEC in org.benf.cfr.reader.bytecode.analysis.types
Classes in org.benf.cfr.reader.bytecode.analysis.types that implement ComparableUnderEC Modifier and Type Class Description class
JavaGenericRefTypeInstance
-
Uses of ComparableUnderEC in org.benf.cfr.reader.entities.exceptions
Classes in org.benf.cfr.reader.entities.exceptions that implement ComparableUnderEC Modifier and Type Class Description class
ExceptionGroup.Entry
-