Class BytecodeLocSimple
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLoc
org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLocSimple
-
Field Summary
FieldsFields inherited from class BytecodeLoc
NONE, TODO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddTo(BytecodeLocCollector collector) getOffsetsForMethod(Method method) booleanisEmpty()toString()Methods inherited from class BytecodeLoc
combine, combine, combineShallow
-
Field Details
-
offset
private final int offset -
method
-
-
Constructor Details
-
BytecodeLocSimple
BytecodeLocSimple(int offset, Method method)
-
-
Method Details
-
addTo
- Specified by:
addToin classBytecodeLoc
-
toString
-
getMethods
- Specified by:
getMethodsin classBytecodeLoc
-
getOffsetsForMethod
- Specified by:
getOffsetsForMethodin classBytecodeLoc
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin classBytecodeLoc
-