Uses of Class
org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLoc
-
-
Uses of BytecodeLoc in org.benf.cfr.reader.bytecode.analysis.loc
Subclasses of BytecodeLoc in org.benf.cfr.reader.bytecode.analysis.loc Modifier and Type Class Description class
BytecodeLocSet
(package private) class
BytecodeLocSimple
(package private) class
BytecodeLocSpecific
Fields in org.benf.cfr.reader.bytecode.analysis.loc declared as BytecodeLoc Modifier and Type Field Description static BytecodeLoc
BytecodeLocFactory. DISABLED
static BytecodeLoc
BytecodeLoc. NONE
static BytecodeLoc
BytecodeLocFactory. NONE
static BytecodeLoc
BytecodeLoc. TODO
static BytecodeLoc
BytecodeLocFactory. TODO
Methods in org.benf.cfr.reader.bytecode.analysis.loc that return BytecodeLoc Modifier and Type Method Description BytecodeLoc
BytecodeLocFactory. at(int originalRawOffset, Method method)
BytecodeLoc
BytecodeLocFactoryImpl. at(int originalRawOffset, Method method)
BytecodeLoc
BytecodeLocFactoryStub. at(int originalRawOffset, Method method)
static BytecodeLoc
BytecodeLoc. combine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)
static BytecodeLoc
BytecodeLoc. combine(HasByteCodeLoc primary, HasByteCodeLoc... coll)
BytecodeLoc
BytecodeLocFactoryImpl. combine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)
BytecodeLoc
BytecodeLocFactoryImpl. combine(HasByteCodeLoc primary, HasByteCodeLoc... coll)
static BytecodeLoc
BytecodeLoc. combineShallow(HasByteCodeLoc... coll)
BytecodeLoc
BytecodeLocFactoryImpl. combineShallow(HasByteCodeLoc... coll)
BytecodeLoc
HasByteCodeLoc. getCombinedLoc()
BytecodeLoc
BytecodeLocCollector. getLoc()
BytecodeLoc
HasByteCodeLoc. getLoc()
private static BytecodeLoc
BytecodeLocFactoryImpl. getLocs(java.util.Collection<? extends HasByteCodeLoc> sources, BytecodeLocCollector bcl)
private static BytecodeLoc
BytecodeLocFactoryImpl. getLocs(HasByteCodeLoc[] sources, BytecodeLocCollector bcl)
-
Uses of BytecodeLoc in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph declared as BytecodeLoc Modifier and Type Field Description private BytecodeLoc
Op02WithProcessedDataAndRefs. loc
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph that return BytecodeLoc Modifier and Type Method Description BytecodeLoc
Op02WithProcessedDataAndRefs. getBytecodeLoc()
Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type BytecodeLoc Constructor Description Op02WithProcessedDataAndRefs(JVMInstr instr, byte[] rawData, int index, ConstantPool cp, ConstantPoolEntry[] cpEntries, int originalRawOffset, BytecodeLoc loc)
Op02WithProcessedDataAndRefs(JVMInstr instr, byte[] rawData, InstrIndex index, ConstantPool cp, ConstantPoolEntry[] cpEntries, int originalRawOffset, BytecodeLoc loc)
-
Uses of BytecodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression declared as BytecodeLoc Modifier and Type Field Description private BytecodeLoc
AbstractExpression. loc
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return BytecodeLoc Modifier and Type Method Description BytecodeLoc
AbstractMemberFunctionInvokation. getCombinedLoc()
BytecodeLoc
ArithmeticMonOperation. getCombinedLoc()
BytecodeLoc
ArithmeticMutationOperation. getCombinedLoc()
BytecodeLoc
ArithmeticOperation. getCombinedLoc()
BytecodeLoc
ArithmeticPostMutationOperation. getCombinedLoc()
BytecodeLoc
ArithmeticPreMutationOperation. getCombinedLoc()
BytecodeLoc
ArrayIndex. getCombinedLoc()
BytecodeLoc
ArrayLength. getCombinedLoc()
BytecodeLoc
AssignmentExpression. getCombinedLoc()
BytecodeLoc
BooleanExpression. getCombinedLoc()
BytecodeLoc
BooleanOperation. getCombinedLoc()
BytecodeLoc
CastExpression. getCombinedLoc()
BytecodeLoc
ComparisonOperation. getCombinedLoc()
BytecodeLoc
ConstructorInvokationAnonymousInner. getCombinedLoc()
BytecodeLoc
ConstructorInvokationExplicit. getCombinedLoc()
BytecodeLoc
ConstructorInvokationSimple. getCombinedLoc()
BytecodeLoc
DynamicConstExpression. getCombinedLoc()
BytecodeLoc
DynamicInvokation. getCombinedLoc()
BytecodeLoc
InstanceOfExpression. getCombinedLoc()
BytecodeLoc
InstanceOfExpressionDefining. getCombinedLoc()
BytecodeLoc
LambdaExpression. getCombinedLoc()
BytecodeLoc
LambdaExpressionFallback. getCombinedLoc()
BytecodeLoc
LambdaExpressionNewArray. getCombinedLoc()
BytecodeLoc
Literal. getCombinedLoc()
BytecodeLoc
LValueExpression. getCombinedLoc()
BytecodeLoc
MemberFunctionInvokationExplicit. getCombinedLoc()
BytecodeLoc
MethodHandlePlaceholder. getCombinedLoc()
BytecodeLoc
NewAnonymousArray. getCombinedLoc()
BytecodeLoc
NewObject. getCombinedLoc()
BytecodeLoc
NewObjectArray. getCombinedLoc()
BytecodeLoc
NewPrimitiveArray. getCombinedLoc()
BytecodeLoc
NotOperation. getCombinedLoc()
BytecodeLoc
StackValue. getCombinedLoc()
BytecodeLoc
StaticFunctionInvokation. getCombinedLoc()
BytecodeLoc
StaticFunctionInvokationExplicit. getCombinedLoc()
BytecodeLoc
SwitchExpression. getCombinedLoc()
BytecodeLoc
TernaryExpression. getCombinedLoc()
BytecodeLoc
AbstractExpression. getLoc()
-
Uses of BytecodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.statement
Fields in org.benf.cfr.reader.bytecode.analysis.parse.statement declared as BytecodeLoc Modifier and Type Field Description private BytecodeLoc
AbstractStatement. loc
-
Uses of BytecodeLoc in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return BytecodeLoc Modifier and Type Method Description BytecodeLoc
WildcardMatch.AbstractBaseExpressionWildcard. getCombinedLoc()
BytecodeLoc
WildcardMatch.AbstractBaseExpressionWildcard. getLoc()
-
Uses of BytecodeLoc in org.benf.cfr.reader.bytecode.analysis.structured.expression
Methods in org.benf.cfr.reader.bytecode.analysis.structured.expression that return BytecodeLoc Modifier and Type Method Description BytecodeLoc
StructuredStatementExpression. getCombinedLoc()
-
Uses of BytecodeLoc in org.benf.cfr.reader.bytecode.analysis.structured.statement
Fields in org.benf.cfr.reader.bytecode.analysis.structured.statement declared as BytecodeLoc Modifier and Type Field Description private BytecodeLoc
AbstractStructuredStatement. loc
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type BytecodeLoc Modifier and Type Method Description static StructuredAssert
StructuredAssert. mkStructuredAssert(BytecodeLoc loc, ConditionalExpression conditionalExpression, Expression arg)
-
Uses of BytecodeLoc in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder that return BytecodeLoc Modifier and Type Method Description BytecodeLoc
AbstractPlaceholder. getCombinedLoc()
BytecodeLoc
AbstractPlaceholder. getLoc()
-