Uses of Interface
org.benf.cfr.reader.bytecode.analysis.loc.HasByteCodeLoc
-
-
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.loc
Methods in org.benf.cfr.reader.bytecode.analysis.loc with parameters of type HasByteCodeLoc Modifier and Type Method Description voidHasByteCodeLoc. addLoc(HasByteCodeLoc loc)static BytecodeLocBytecodeLoc. combine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)static BytecodeLocBytecodeLoc. combine(HasByteCodeLoc primary, HasByteCodeLoc... coll)BytecodeLocBytecodeLocFactoryImpl. combine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)BytecodeLocBytecodeLocFactoryImpl. combine(HasByteCodeLoc primary, HasByteCodeLoc... coll)static BytecodeLocBytecodeLoc. combineShallow(HasByteCodeLoc... coll)BytecodeLocBytecodeLocFactoryImpl. combineShallow(HasByteCodeLoc... coll)private static BytecodeLocBytecodeLocFactoryImpl. getLocs(HasByteCodeLoc[] sources, BytecodeLocCollector bcl)Method parameters in org.benf.cfr.reader.bytecode.analysis.loc with type arguments of type HasByteCodeLoc Modifier and Type Method Description static BytecodeLocBytecodeLoc. combine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)BytecodeLocBytecodeLocFactoryImpl. combine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)private static BytecodeLocBytecodeLocFactoryImpl. getLocs(java.util.Collection<? extends HasByteCodeLoc> sources, BytecodeLocCollector bcl) -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse
Subinterfaces of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse Modifier and Type Interface Description interfaceExpressioninterfaceStatement -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.expression
Subinterfaces of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.expression Modifier and Type Interface Description interfaceConditionalExpressionMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type HasByteCodeLoc Modifier and Type Method Description voidAbstractExpression. addLoc(HasByteCodeLoc loc) -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.statement
Classes in org.benf.cfr.reader.bytecode.analysis.parse.statement that implement HasByteCodeLoc 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.classReturnNothingStatementclassReturnStatementclassReturnValueStatementclassSwitchStatementclassThrowStatementclassTryStatementclassWhileStatementMethods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type HasByteCodeLoc Modifier and Type Method Description voidAbstractStatement. addLoc(HasByteCodeLoc loc) -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Classes in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that implement HasByteCodeLoc Modifier and Type Class Description private static classWildcardMatch.AbstractBaseExpressionWildcardstatic classWildcardMatch.AnyOneOfExpressionclassWildcardMatch.ArithmeticMutationWildcardclassWildcardMatch.BlockWildcardclassWildcardMatch.CastExpressionWildcardclassWildcardMatch.ConditionalExpressionWildcardclassWildcardMatch.ConstructorInvokationAnonymousInnerWildcardclassWildcardMatch.ConstructorInvokationSimpleWildcardstatic classWildcardMatch.ExpressionWildcardstatic classWildcardMatch.MemberFunctionInvokationWildcardclassWildcardMatch.NewArrayWildcardclassWildcardMatch.StaticFunctionInvokationWildcardclassWildcardMatch.SuperFunctionInvokationWildcardMethods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type HasByteCodeLoc Modifier and Type Method Description voidWildcardMatch.AbstractBaseExpressionWildcard. addLoc(HasByteCodeLoc loc) -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.structured
Subinterfaces of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.structured Modifier and Type Interface Description interfaceStructuredStatement -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.structured.expression
Classes in org.benf.cfr.reader.bytecode.analysis.structured.expression that implement HasByteCodeLoc Modifier and Type Class Description classStructuredStatementExpression -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type HasByteCodeLoc Modifier and Type Method Description voidAbstractStructuredStatement. addLoc(HasByteCodeLoc loc) -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder
Classes in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder that implement HasByteCodeLoc Modifier and Type Class Description classAbstractPlaceholderclassBeginBlockclassElseBlockclassEndBlockMethods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder with parameters of type HasByteCodeLoc Modifier and Type Method Description voidAbstractPlaceholder. addLoc(HasByteCodeLoc loc) -
Uses of HasByteCodeLoc in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state with parameters of type HasByteCodeLoc Modifier and Type Method Description voidTypeUsageCollectingDumper. informBytecodeLoc(HasByteCodeLoc loc) -
Uses of HasByteCodeLoc in org.benf.cfr.reader.util.output
Methods in org.benf.cfr.reader.util.output with parameters of type HasByteCodeLoc Modifier and Type Method Description voidAbstractDumper. informBytecodeLoc(HasByteCodeLoc loc)voidBytecodeTrackingDumper. informBytecodeLoc(HasByteCodeLoc loc)voidDelegatingDumper. informBytecodeLoc(HasByteCodeLoc loc)voidDumper. informBytecodeLoc(HasByteCodeLoc loc)
-