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 booleanStatementEquivalenceConstraint. 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 interfaceExpressioninterfaceStatement -
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 interfaceConditionalExpression -
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 classAbstractAssignmentclassAbstractStatementclassAnonBreakTargetclassAssignmentPreMutationIn an assignment prechange, the LHS is by definition equal to the RHS after the statement.classAssignmentSimpleclassCaseStatementclassCatchStatementclassCommentStatementprivate static classCommentStatement.StatementExpressionclassCompoundStatementThis should not be used to aggregate statements, but only to produce statements when multiple statements are generated by a single opcode.classConstructorStatementThis 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....classDoStatementclassExpressionStatementclassFinallyStatementclassForIterStatementclassForStatementclassGotoStatementclassIfExitingStatementclassIfStatementclassJSRCallStatementclassJSRRetStatementclassJumpingStatementclassMonitorEnterStatementclassMonitorExitStatementclassMonitorStatementclassNopclassRawSwitchStatementA 'raw' switch contains the original bytecode information about the switch.classReturnNothingStatementclassReturnStatementclassReturnValueStatementclassSwitchStatementclassThrowStatementclassTryStatementclassWhileStatement -
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 booleanDefaultEquivalenceConstraint. equivalent(ComparableUnderEC o1, ComparableUnderEC o2)booleanEquivalenceConstraint. 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 classWildcardMatch.AbstractBaseExpressionWildcardstatic classWildcardMatch.AnyOneOfExpressionclassWildcardMatch.ArithmeticMutationWildcardclassWildcardMatch.CastExpressionWildcardclassWildcardMatch.ConditionalExpressionWildcardclassWildcardMatch.ConstructorInvokationAnonymousInnerWildcardclassWildcardMatch.ConstructorInvokationSimpleWildcardstatic classWildcardMatch.ExpressionWildcardstatic classWildcardMatch.MemberFunctionInvokationWildcardclassWildcardMatch.NewArrayWildcardclassWildcardMatch.StaticFunctionInvokationWildcardclassWildcardMatch.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 classStructuredStatementExpression -
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 classJavaGenericRefTypeInstance -
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 classExceptionGroup.Entry
-