Class BytecodeLocSpecific
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLoc
org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLocSpecific
-
Nested Class Summary
Nested Classes -
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
-
type
-
-
Constructor Details
-
BytecodeLocSpecific
BytecodeLocSpecific(BytecodeLocSpecific.Specific type)
-
-
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
-