Class BytecodeLocFactoryStub
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLocFactoryStub
-
- All Implemented Interfaces:
BytecodeLocFactory
public class BytecodeLocFactoryStub extends java.lang.Object implements BytecodeLocFactory
-
-
Field Summary
Fields Modifier and Type Field Description static BytecodeLocFactory
INSTANCE
-
Fields inherited from interface org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLocFactory
DISABLED, NONE, TODO
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BytecodeLocFactoryStub()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytecodeLoc
at(int originalRawOffset, Method method)
-
-
-
Field Detail
-
INSTANCE
public static BytecodeLocFactory INSTANCE
-
-
Method Detail
-
at
public BytecodeLoc at(int originalRawOffset, Method method)
- Specified by:
at
in interfaceBytecodeLocFactory
-
-