Class BytecodeLocFactoryImpl
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLocFactoryImpl
-
- All Implemented Interfaces:
BytecodeLocFactory
public class BytecodeLocFactoryImpl extends java.lang.Object implements BytecodeLocFactory
-
-
Field Summary
Fields Modifier and Type Field Description static BytecodeLocFactoryImplINSTANCE-
Fields inherited from interface org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLocFactory
DISABLED, NONE, TODO
-
-
Constructor Summary
Constructors Modifier Constructor Description privateBytecodeLocFactoryImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BytecodeLocat(int originalRawOffset, Method method)BytecodeLoccombine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)BytecodeLoccombine(HasByteCodeLoc primary, HasByteCodeLoc... coll)BytecodeLoccombineShallow(HasByteCodeLoc... coll)private static BytecodeLocgetLocs(java.util.Collection<? extends HasByteCodeLoc> sources, BytecodeLocCollector bcl)private static BytecodeLocgetLocs(HasByteCodeLoc[] sources, BytecodeLocCollector bcl)
-
-
-
Field Detail
-
INSTANCE
public static BytecodeLocFactoryImpl INSTANCE
-
-
Method Detail
-
at
public BytecodeLoc at(int originalRawOffset, Method method)
- Specified by:
atin interfaceBytecodeLocFactory
-
combine
public BytecodeLoc combine(HasByteCodeLoc primary, HasByteCodeLoc... coll)
-
combine
public BytecodeLoc combine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)
-
combineShallow
public BytecodeLoc combineShallow(HasByteCodeLoc... coll)
-
getLocs
private static BytecodeLoc getLocs(HasByteCodeLoc[] sources, BytecodeLocCollector bcl)
-
getLocs
private static BytecodeLoc getLocs(java.util.Collection<? extends HasByteCodeLoc> sources, BytecodeLocCollector bcl)
-
-