Uses of Interface
org.benf.cfr.reader.bytecode.analysis.loc.HasByteCodeLoc
Packages that use HasByteCodeLoc
Package
Description
-
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.loc
Methods in org.benf.cfr.reader.bytecode.analysis.loc with parameters of type HasByteCodeLocModifier and TypeMethodDescriptionvoidHasByteCodeLoc.addLoc(HasByteCodeLoc loc) static BytecodeLocBytecodeLoc.combine(HasByteCodeLoc primary, Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2) static BytecodeLocBytecodeLoc.combine(HasByteCodeLoc primary, HasByteCodeLoc... coll) BytecodeLocFactoryImpl.combine(HasByteCodeLoc primary, Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2) BytecodeLocFactoryImpl.combine(HasByteCodeLoc primary, HasByteCodeLoc... coll) static BytecodeLocBytecodeLoc.combineShallow(HasByteCodeLoc... coll) BytecodeLocFactoryImpl.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 HasByteCodeLocModifier and TypeMethodDescriptionstatic BytecodeLocBytecodeLoc.combine(HasByteCodeLoc primary, Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2) BytecodeLocFactoryImpl.combine(HasByteCodeLoc primary, Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2) private static BytecodeLocBytecodeLocFactoryImpl.getLocs(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 -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.expression
Subinterfaces of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.expressionClasses in org.benf.cfr.reader.bytecode.analysis.parse.expression that implement HasByteCodeLocModifier and TypeClassDescriptionclassclassclassclassclassA call that doesn't necessarily exist, for a type we don't necessarily have.classclassclassclassclassclassclass(eg) x >>= 3, x++classclassclassclassclassclassclassclassclassclassA constructor call that doesn't necessarily exist, for a type we don't necessarily have.classclassclassclassclassclassclassNeeds some work here to unify LambdaExpression and LambdaExpressionFallback.classclassclassclassclassclassA member function call that doesn't necessarily exist, for a type we don't necessarily have.classclass1d array only.classclassclassclassclassclassclassA static call that doesn't necessarily exist, for a type we don't necessarily have.classclassclassMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type HasByteCodeLoc -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.statement
Classes in org.benf.cfr.reader.bytecode.analysis.parse.statement that implement HasByteCodeLocModifier and TypeClassDescriptionclassclassclassclassIn an assignment prechange, the LHS is by definition equal to the RHS after the statement.classclassclassclassprivate static classclassThis should not be used to aggregate statements, but only to produce statements when multiple statements are generated by a single opcode.classThis 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....classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassA 'raw' switch contains the original bytecode information about the switch.classclassclassclassclassclassclassMethods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type HasByteCodeLoc -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Classes in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that implement HasByteCodeLocModifier and TypeClassDescriptionprivate static classstatic classclassclassclassclassclassclassstatic classstatic classclassclassclassMethods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type HasByteCodeLocModifier and TypeMethodDescriptionvoidWildcardMatch.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 -
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 -
Uses of HasByteCodeLoc in org.benf.cfr.reader.bytecode.analysis.structured.statement
Classes in org.benf.cfr.reader.bytecode.analysis.structured.statement that implement HasByteCodeLocModifier and TypeClassDescriptionclassclassclassclassclassclassTODO : Block implements way more functionality than it should - move into callers.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type HasByteCodeLoc -
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 HasByteCodeLocModifier and TypeClassDescriptionclassclassclassclassMethods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder with parameters of type HasByteCodeLoc -
Uses of HasByteCodeLoc in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state with parameters of type HasByteCodeLocModifier and TypeMethodDescriptionvoidTypeUsageCollectingDumper.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 HasByteCodeLocModifier and TypeMethodDescriptionvoidAbstractDumper.informBytecodeLoc(HasByteCodeLoc loc) voidBytecodeTrackingDumper.informBytecodeLoc(HasByteCodeLoc loc) voidDelegatingDumper.informBytecodeLoc(HasByteCodeLoc loc) voidDumper.informBytecodeLoc(HasByteCodeLoc loc)