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 classBytecodeLocSet(package private) classBytecodeLocSimple(package private) classBytecodeLocSpecificFields in org.benf.cfr.reader.bytecode.analysis.loc declared as BytecodeLoc Modifier and Type Field Description static BytecodeLocBytecodeLocFactory. DISABLEDstatic BytecodeLocBytecodeLoc. NONEstatic BytecodeLocBytecodeLocFactory. NONEstatic BytecodeLocBytecodeLoc. TODOstatic BytecodeLocBytecodeLocFactory. TODOMethods in org.benf.cfr.reader.bytecode.analysis.loc that return BytecodeLoc Modifier and Type Method Description BytecodeLocBytecodeLocFactory. at(int originalRawOffset, Method method)BytecodeLocBytecodeLocFactoryImpl. at(int originalRawOffset, Method method)BytecodeLocBytecodeLocFactoryStub. at(int originalRawOffset, Method method)static BytecodeLocBytecodeLoc. combine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)static BytecodeLocBytecodeLoc. combine(HasByteCodeLoc primary, HasByteCodeLoc... coll)BytecodeLocBytecodeLocFactoryImpl. combine(HasByteCodeLoc primary, java.util.Collection<? extends HasByteCodeLoc> coll1, HasByteCodeLoc... coll2)BytecodeLocBytecodeLocFactoryImpl. combine(HasByteCodeLoc primary, HasByteCodeLoc... coll)static BytecodeLocBytecodeLoc. combineShallow(HasByteCodeLoc... coll)BytecodeLocBytecodeLocFactoryImpl. combineShallow(HasByteCodeLoc... coll)BytecodeLocHasByteCodeLoc. getCombinedLoc()BytecodeLocBytecodeLocCollector. getLoc()BytecodeLocHasByteCodeLoc. getLoc()private static BytecodeLocBytecodeLocFactoryImpl. getLocs(java.util.Collection<? extends HasByteCodeLoc> sources, BytecodeLocCollector bcl)private static BytecodeLocBytecodeLocFactoryImpl. 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 BytecodeLocOp02WithProcessedDataAndRefs. locMethods in org.benf.cfr.reader.bytecode.analysis.opgraph that return BytecodeLoc Modifier and Type Method Description BytecodeLocOp02WithProcessedDataAndRefs. 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 BytecodeLocAbstractExpression. locMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return BytecodeLoc Modifier and Type Method Description BytecodeLocAbstractMemberFunctionInvokation. getCombinedLoc()BytecodeLocArithmeticMonOperation. getCombinedLoc()BytecodeLocArithmeticMutationOperation. getCombinedLoc()BytecodeLocArithmeticOperation. getCombinedLoc()BytecodeLocArithmeticPostMutationOperation. getCombinedLoc()BytecodeLocArithmeticPreMutationOperation. getCombinedLoc()BytecodeLocArrayIndex. getCombinedLoc()BytecodeLocArrayLength. getCombinedLoc()BytecodeLocAssignmentExpression. getCombinedLoc()BytecodeLocBooleanExpression. getCombinedLoc()BytecodeLocBooleanOperation. getCombinedLoc()BytecodeLocCastExpression. getCombinedLoc()BytecodeLocComparisonOperation. getCombinedLoc()BytecodeLocConstructorInvokationAnonymousInner. getCombinedLoc()BytecodeLocConstructorInvokationExplicit. getCombinedLoc()BytecodeLocConstructorInvokationSimple. getCombinedLoc()BytecodeLocDynamicConstExpression. getCombinedLoc()BytecodeLocDynamicInvokation. getCombinedLoc()BytecodeLocInstanceOfExpression. getCombinedLoc()BytecodeLocInstanceOfExpressionDefining. getCombinedLoc()BytecodeLocLambdaExpression. getCombinedLoc()BytecodeLocLambdaExpressionFallback. getCombinedLoc()BytecodeLocLambdaExpressionNewArray. getCombinedLoc()BytecodeLocLiteral. getCombinedLoc()BytecodeLocLValueExpression. getCombinedLoc()BytecodeLocMemberFunctionInvokationExplicit. getCombinedLoc()BytecodeLocMethodHandlePlaceholder. getCombinedLoc()BytecodeLocNewAnonymousArray. getCombinedLoc()BytecodeLocNewObject. getCombinedLoc()BytecodeLocNewObjectArray. getCombinedLoc()BytecodeLocNewPrimitiveArray. getCombinedLoc()BytecodeLocNotOperation. getCombinedLoc()BytecodeLocStackValue. getCombinedLoc()BytecodeLocStaticFunctionInvokation. getCombinedLoc()BytecodeLocStaticFunctionInvokationExplicit. getCombinedLoc()BytecodeLocSwitchExpression. getCombinedLoc()BytecodeLocTernaryExpression. getCombinedLoc()BytecodeLocAbstractExpression. 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 BytecodeLocAbstractStatement. 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 BytecodeLocWildcardMatch.AbstractBaseExpressionWildcard. getCombinedLoc()BytecodeLocWildcardMatch.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 BytecodeLocStructuredStatementExpression. 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 BytecodeLocAbstractStructuredStatement. locMethods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type BytecodeLoc Modifier and Type Method Description static StructuredAssertStructuredAssert. 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 BytecodeLocAbstractPlaceholder. getCombinedLoc()BytecodeLocAbstractPlaceholder. getLoc()
-