public class BytecodeLocFactoryImpl extends Object implements BytecodeLocFactory
Modifier and Type | Field and Description |
---|---|
static BytecodeLocFactoryImpl |
INSTANCE |
DISABLED, NONE, TODO
Modifier and Type | Method and Description |
---|---|
BytecodeLoc |
at(int originalRawOffset,
Method method) |
BytecodeLoc |
combine(HasByteCodeLoc primary,
Collection<? extends HasByteCodeLoc> coll1,
HasByteCodeLoc... coll2) |
BytecodeLoc |
combine(HasByteCodeLoc primary,
HasByteCodeLoc... coll) |
BytecodeLoc |
combineShallow(HasByteCodeLoc... coll) |
public static BytecodeLocFactoryImpl INSTANCE
public BytecodeLoc at(int originalRawOffset, Method method)
at
in interface BytecodeLocFactory
public BytecodeLoc combine(HasByteCodeLoc primary, HasByteCodeLoc... coll)
public BytecodeLoc combine(HasByteCodeLoc primary, Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)
public BytecodeLoc combineShallow(HasByteCodeLoc... coll)
Copyright © 2011-2021. All Rights Reserved.