Class BytecodeLocFactoryImpl
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLocFactoryImpl
- All Implemented Interfaces:
BytecodeLocFactory
-
Field Summary
FieldsFields inherited from interface BytecodeLocFactory
DISABLED, NONE, TODO -
Method Summary
Modifier and TypeMethodDescriptioncombine(HasByteCodeLoc primary, Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2) combine(HasByteCodeLoc primary, HasByteCodeLoc... coll) combineShallow(HasByteCodeLoc... coll)
-
Field Details
-
INSTANCE
-
-
Method Details
-
at
- Specified by:
atin interfaceBytecodeLocFactory
-
combine
-
combine
public BytecodeLoc combine(HasByteCodeLoc primary, Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2) -
combineShallow
-