Class BytecodeLoc
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLoc
- Direct Known Subclasses:
BytecodeLocSet, BytecodeLocSimple, BytecodeLocSpecific
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static BytecodeLocFactoryImplstatic final BytecodeLocstatic final BytecodeLoc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract voidaddTo(BytecodeLocCollector locs) static BytecodeLoccombine(HasByteCodeLoc primary, Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2) static BytecodeLoccombine(HasByteCodeLoc primary, HasByteCodeLoc... coll) static BytecodeLoccombineShallow(HasByteCodeLoc... coll) abstract Collection<Method> abstract Collection<Integer> getOffsetsForMethod(Method method) abstract booleanisEmpty()
-
Field Details
-
NONE
-
TODO
-
fact
-
-
Constructor Details
-
BytecodeLoc
public BytecodeLoc()
-
-
Method Details
-
combine
-
combine
public static BytecodeLoc combine(HasByteCodeLoc primary, Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2) -
combineShallow
-
addTo
-
getMethods
-
getOffsetsForMethod
-
isEmpty
public abstract boolean isEmpty()
-