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 org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLoc
NONE, TODO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addTo
(BytecodeLocCollector collector) getOffsetsForMethod
(Method method) boolean
isEmpty()
toString()
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLoc
combine, combine, combineShallow
-
Field Details
-
type
-
-
Constructor Details
-
BytecodeLocSpecific
BytecodeLocSpecific(BytecodeLocSpecific.Specific type)
-
-
Method Details
-
addTo
- Specified by:
addTo
in classBytecodeLoc
-
toString
-
getMethods
- Specified by:
getMethods
in classBytecodeLoc
-
getOffsetsForMethod
- Specified by:
getOffsetsForMethod
in classBytecodeLoc
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in classBytecodeLoc
-