Uses of Class
org.benf.cfr.reader.entities.Method
-
-
Uses of Method in org.benf.cfr.reader.bytecode
Fields in org.benf.cfr.reader.bytecode declared as Method Modifier and Type Field Description private MethodCodeAnalyser. methodMethods in org.benf.cfr.reader.bytecode that return Method Modifier and Type Method Description private static MethodCodeAnalyserWholeClass. getStaticConstructor(ClassFile classFile)Methods in org.benf.cfr.reader.bytecode with parameters of type Method Modifier and Type Method Description voidCodeAnalyser. setMethod(Method method) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.loc
Fields in org.benf.cfr.reader.bytecode.analysis.loc declared as Method Modifier and Type Field Description private MethodBytecodeLocSimple. methodFields in org.benf.cfr.reader.bytecode.analysis.loc with type parameters of type Method Modifier and Type Field Description private java.util.Map<Method,java.util.Set<java.lang.Integer>>BytecodeLocCollector. dataprivate java.util.Map<Method,java.util.Set<java.lang.Integer>>BytecodeLocSet. locsMethods in org.benf.cfr.reader.bytecode.analysis.loc that return types with arguments of type Method Modifier and Type Method Description abstract java.util.Collection<Method>BytecodeLoc. getMethods()java.util.Collection<Method>BytecodeLocSet. getMethods()java.util.Collection<Method>BytecodeLocSimple. getMethods()java.util.Collection<Method>BytecodeLocSpecific. getMethods()Methods in org.benf.cfr.reader.bytecode.analysis.loc with parameters of type Method Modifier and Type Method Description voidBytecodeLocCollector. add(Method method, int offset)voidBytecodeLocCollector. add(Method method, java.util.Set<java.lang.Integer> offsets)BytecodeLocBytecodeLocFactory. at(int originalRawOffset, Method method)BytecodeLocBytecodeLocFactoryImpl. at(int originalRawOffset, Method method)BytecodeLocBytecodeLocFactoryStub. at(int originalRawOffset, Method method)private java.util.Set<java.lang.Integer>BytecodeLocCollector. getForMethod(Method method)abstract java.util.Collection<java.lang.Integer>BytecodeLoc. getOffsetsForMethod(Method method)java.util.Collection<java.lang.Integer>BytecodeLocSet. getOffsetsForMethod(Method method)java.util.Collection<java.lang.Integer>BytecodeLocSimple. getOffsetsForMethod(Method method)java.util.Collection<java.lang.Integer>BytecodeLocSpecific. getOffsetsForMethod(Method method)Constructors in org.benf.cfr.reader.bytecode.analysis.loc with parameters of type Method Constructor Description BytecodeLocSimple(int offset, Method method)Constructor parameters in org.benf.cfr.reader.bytecode.analysis.loc with type arguments of type Method Constructor Description BytecodeLocSet(java.util.Map<Method,java.util.Set<java.lang.Integer>> locs) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type Method Modifier and Type Method Description private static java.util.NavigableMap<java.lang.Integer,JavaTypeInstance>Op02WithProcessedDataAndRefs. assignIdentsAndGetMissingMap(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs)private static voidOp02WithProcessedDataAndRefs. assignSSAIdentifiers(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, DecompilerComments comments, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta)static voidOp03SimpleStatement. assignSSAIdentifiers(Method method, java.util.List<Op03SimpleStatement> statements)private static voidOp02WithProcessedDataAndRefs. assignSSAIdentifiersInner(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs)private StatementOp02WithProcessedDataAndRefs. buildInvoke(Method thisCallerMethod)private StatementOp02WithProcessedDataAndRefs. buildInvokeDynamic(Method method, DCCommonState dcCommonState, DecompilerComments comments)static java.util.List<Op03SimpleStatement>Op02WithProcessedDataAndRefs. convertToOp03List(java.util.List<Op02WithProcessedDataAndRefs> op2list, Method method, VariableFactory variableFactory, BlockIdentifierFactory blockIdentifierFactory, DCCommonState dcCommonState, DecompilerComments comments, TypeHintRecovery typeHintRecovery)Op02WithProcessedDataAndRefsOp01WithProcessedDataAndByteJumps. createOp2(ConstantPool cp, int index, BytecodeLocFactory locFactory, Method method)private StatementOp02WithProcessedDataAndRefs. createStatement(Method method, DecompilerComments comments, VariableFactory variableFactory, BlockIdentifierFactory blockIdentifierFactory, DCCommonState dcCommonState, TypeHintRecovery typeHintRecovery)static voidOp04StructuredStatement. discoverLocalClassScopes(Method method, Op04StructuredStatement root, VariableFactory variableFactory, Options options)static voidOp02WithProcessedDataAndRefs. discoverStorageLiveness(Method method, DecompilerComments comments, java.util.List<Op02WithProcessedDataAndRefs> op2list, BytecodeMeta bytecodeMeta)static voidOp04StructuredStatement. discoverVariableScopes(Method method, Op04StructuredStatement root, VariableFactory variableFactory, Options options, ClassFileVersion classFileVersion, BytecodeMeta bytecodeMeta)static FieldVariableOp04StructuredStatement. findInnerClassOuterThis(Method method, Op04StructuredStatement root)static voidOp04StructuredStatement. fixInnerClassConstructorSyntheticOuterArgs(ClassFile classFile, Method method, Op04StructuredStatement root, java.util.Set<MethodPrototype> processed)private ExpressionOp02WithProcessedDataAndRefs. getDynamicLiteral(Method method, ConstantPoolEntryDynamicInfo cpe, DecompilerComments comments)private static java.lang.StringOp04StructuredStatement. getInnerClassOuterArgName(Method method, LValue lValueArg)private ExpressionOp02WithProcessedDataAndRefs. getLiteralConstantPoolEntry(Method m, ConstantPoolEntry cpe, DecompilerComments comments)static voidOp04StructuredStatement. inlineSyntheticAccessors(DCCommonState state, Method method, Op04StructuredStatement root)static booleanOp04StructuredStatement. isTryWithResourceSynthetic(Method m, Op04StructuredStatement root)static DecompilerCommentOp02WithProcessedDataAndRefs. populateStackInfo(java.util.List<Op02WithProcessedDataAndRefs> op2list, Method method)private voidOp02WithProcessedDataAndRefs. populateStackInfo(StackSim stackSim, Method method, java.util.Set<DecompilerComment> comments, java.util.LinkedList<Pair<StackSim,Op02WithProcessedDataAndRefs>> next)private static voidOp04StructuredStatement. removeAnonymousSyntheticConstructorOuterArgs(Method method, Op04StructuredStatement root, boolean isInstance)static voidOp04StructuredStatement. removeInnerClassOuterThis(Method method, Op04StructuredStatement root)private static voidOp04StructuredStatement. removeMethodScopedSyntheticConstructorOuterArgs(Method method, Op04StructuredStatement root, java.util.Set<MethodPrototype> processed)static voidOp04StructuredStatement. removePrimitiveDeconversion(Options options, Method method, Op04StructuredStatement root)static voidOp04StructuredStatement. removeUnnecessaryVarargArrays(Options options, Method method, Op04StructuredStatement root)private static voidOp02WithProcessedDataAndRefs. removeUnusedSSAIdentifiers(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.List<Op02WithProcessedDataAndRefs> op2list)static voidOp04StructuredStatement. rewriteBadCastChains(Options options, Method method, Op04StructuredStatement root)static voidOp04StructuredStatement. rewriteExplicitTypeUsages(Method method, Op04StructuredStatement block, AnonymousClassUsage anonymousClassUsage, ClassFile classFile)static voidOp04StructuredStatement. rewriteLambdas(DCCommonState state, Method method, Op04StructuredStatement root)static voidOp04StructuredStatement. rewriteNarrowingAssignments(Options options, Method method, Op04StructuredStatement root)static voidOp04StructuredStatement. switchExpression(Method method, Op04StructuredStatement root, DecompilerComments comments)static voidOp04StructuredStatement. tidyVariableNames(Method method, Op04StructuredStatement root, BytecodeMeta bytecodeMeta, DecompilerComments comments, ClassCache classCache) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf with parameters of type Method Modifier and Type Method Description static booleanOp02Obf. detectObfuscations(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)voidControlFlowNumericObf. process(Method method, java.util.List<Op02WithProcessedDataAndRefs> op2list)voidSimpleControlFlowBase. process(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)static voidOp02Obf. removeControlFlowExceptions(Method method, ExceptionAggregator exceptions, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset)static voidOp02Obf. removeNumericObf(Method method, java.util.List<Op02WithProcessedDataAndRefs> op2list) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type Method Modifier and Type Method Description static java.util.List<Op03SimpleStatement>RemoveDeterministicJumps. apply(Method method, java.util.List<Op03SimpleStatement> statements)(package private) static voidCondenseConstruction. condenseConstruction(DCCommonState state, Method method, java.util.List<Op03SimpleStatement> statements, AnonymousClassUsage anonymousClassUsage)static voidOp03Rewriters. condenseConstruction(DCCommonState dcCommonState, Method method, java.util.List<Op03SimpleStatement> op03SimpleParseNodes, AnonymousClassUsage anonymousClassUsage)private static BlockIdentifierLoopIdentifier. considerAsWhileLoopStart(Method method, Op03SimpleStatement start, java.util.List<Op03SimpleStatement> statements, BlockIdentifierFactory blockIdentifierFactory, java.util.Map<BlockIdentifier,Op03SimpleStatement> postBlockCache)static voidFinallyRewriter. identifyFinally(Options options, Method method, java.util.List<Op03SimpleStatement> in, BlockIdentifierFactory blockIdentifierFactory)static voidLoopIdentifier. identifyLoops1(Method method, java.util.List<Op03SimpleStatement> statements, BlockIdentifierFactory blockIdentifierFactory)static voidOp03Rewriters. narrowAssignmentTypes(Method method, java.util.List<Op03SimpleStatement> statements)private static booleanRemoveDeterministicJumps. propagateLiteralReturn(Method method, Op03SimpleStatement original, java.util.Map<LValue,Literal> display)private static booleanRemoveDeterministicJumps. propagateLiteralReturn(Method method, Op03SimpleStatement original, Op03SimpleStatement orignext, LValue originalLValue, Expression originalRValue, java.util.Map<LValue,Literal> display)static voidRemoveDeterministicJumps. propagateToReturn(Method method, java.util.List<Op03SimpleStatement> statements)private static Op03SimpleStatementSwitchReplacer. replaceRawSwitch(Method method, Op03SimpleStatement swatch, java.util.List<Op03SimpleStatement> in, BlockIdentifierFactory blockIdentifierFactory, Options options)static voidSwitchReplacer. replaceRawSwitches(Method method, java.util.List<Op03SimpleStatement> in, BlockIdentifierFactory blockIdentifierFactory, Options options, DecompilerComments comments, BytecodeMeta bytecodeMeta)static voidNarrowingTypeRewriter. rewrite(Method method, java.util.List<Op03SimpleStatement> statements)static java.util.List<Op03SimpleStatement>StaticInitReturnRewriter. rewrite(Options options, Method method, java.util.List<Op03SimpleStatement> statementList)(package private) static voidConditionalSimplifier. simplifyConditionals(java.util.List<Op03SimpleStatement> statements, boolean aggressive, Method method)static voidOp03Rewriters. simplifyConditionals(java.util.List<Op03SimpleStatement> op03SimpleParseNodes, boolean aggressive, Method method) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as Method Modifier and Type Field Description private MethodLambdaRewriter. methodprivate MethodScopeHidingVariableRewriter. methodprivate MethodSwitchExpressionRewriter. methodprivate MethodEnumClassRewriter.CollectedEnumData. methodContainerMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return Method Modifier and Type Method Description private MethodRetroLambdaRewriter. getMainLambdaIndirect(StaticFunctionInvokation m2callReal)private static MethodRecordRewriter. getMethod(ClassFile classFile, java.util.List<JavaTypeInstance> args, java.lang.String name)MethodEnumClassRewriter.CollectedEnumData. getMethodContainer()Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type Method Modifier and Type Method Description private StaticFunctionInvokationRetroLambdaRewriter. check3(Method method)private ExpressionRetroLambdaRewriter. getFullLambdaBody(Method mainLambdaIndirect)private java.util.List<StructuredStatement>SwitchEnumRewriter. getLookupMethodStatements(Method lutStaticInit)private static StructuredStatementRecordRewriter. getSingleCodeLine(Method method)private static voidRecordRewriter. hideConstructorIfEmpty(Method canonicalCons)private static voidRecordRewriter. hideDefaultGetter(Method method, ClassFileField classFileField, JavaRefTypeInstance thisType)private static voidRecordRewriter. hideIfMatch(JavaTypeInstance thisType, java.util.List<ClassFileField> fields, Method method, WildcardMatch wcm, StructuredStatement stm)static booleanResourceReleaseDetector. isResourceRelease(Method method, Op04StructuredStatement root)voidStaticLifter. liftStatics(Method staticInit)private booleanJ14ClassObjectRewriter. methodIsClassLookup(Method method)private static booleanRecordRewriter. removeImplicitAssignments(Method canonicalCons, java.util.List<ClassFileField> instances, JavaRefTypeInstance thisType)private static voidRetroLambdaRewriter. rewrite(Method m, ClassFile classFile, DCCommonState state)voidAssertRewriter. sugarAsserts(Method staticInit)booleanRecordRewriter.IsCanonicalConstructor. test(Method in)Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type Method Constructor Description CollectedEnumData(Op04StructuredStatement container, Method methodContainer, T data)LambdaRewriter(DCCommonState state, Method method)ScopeHidingVariableRewriter(java.util.List<ClassFileField> fieldVariables, Method method, ClassCache classCache)SwitchExpressionRewriter(DecompilerComments comments, Method method) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil with parameters of type Method Modifier and Type Method Description static voidDeadMethodRemover. removeDeadMethod(ClassFile classFile, Method method) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers declared as Method Modifier and Type Field Description private MethodVariableNameTidier. method(package private) MethodTryResourcesTransformerBase.ResourceMatch. resourceMethodConstructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type Method Constructor Description ResourceMatch(Method resourceMethod, LValue resource, LValue throwable)ResourceMatch(Method resourceMethod, LValue resource, LValue throwable, boolean reprocessException, java.util.List<Op04StructuredStatement> removeThese)VariableNameTidier(Method method, java.util.Set<java.lang.String> bannedNames, ClassCache classCache)VariableNameTidier(Method method, ClassCache classCache) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.util
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.util with parameters of type Method Modifier and Type Method Description static MethodPrototypeConstructorUtils. getDelegatingPrototype(Method constructor)static booleanConstructorUtils. isDelegating(Method constructor) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.parse.utils
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type Method Modifier and Type Method Description voidCreationCollector. condenseConstructions(Method method, DCCommonState dcCommonState) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.parse.utils.finalhelp
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils.finalhelp with parameters of type Method Modifier and Type Method Description static voidFinalAnalyzer. identifyFinally(Method method, Op03SimpleStatement in, java.util.List<Op03SimpleStatement> allStatements, BlockIdentifierFactory blockIdentifierFactory, java.util.Set<Op03SimpleStatement> analysedTries) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope with parameters of type Method Constructor Description LocalClassScopeDiscoverImpl(Options options, Method method, VariableFactory variableFactory) -
Uses of Method in org.benf.cfr.reader.bytecode.analysis.variables
Fields in org.benf.cfr.reader.bytecode.analysis.variables declared as Method Modifier and Type Field Description private MethodVariableFactory. methodConstructors in org.benf.cfr.reader.bytecode.analysis.variables with parameters of type Method Constructor Description VariableFactory(Method method, BytecodeMeta bytecodeMeta) -
Uses of Method in org.benf.cfr.reader.bytecode.opcode
Methods in org.benf.cfr.reader.bytecode.opcode with parameters of type Method Modifier and Type Method Description StackDeltaJVMInstr. getStackDelta(byte[] data, ConstantPoolEntry[] constantPoolEntries, StackSim stackSim, Method method)StackDeltaOperationFactory. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDefault. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup2X1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup2X2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDupX1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDupX2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryFakeCatch. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryGetField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryGetStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryInvoke. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryInvokeDynamic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryInvokeInterface. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryLDC. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryLDCW. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryMultiANewArray. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPop. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPop2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPutField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPutStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactorySwap. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) -
Uses of Method in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as Method Modifier and Type Field Description private MethodMethodOrdering.OrderData. methodFields in org.benf.cfr.reader.entities with type parameters of type Method Modifier and Type Field Description private java.util.List<Method>ClassFile. methodsprivate java.util.Map<java.lang.String,java.util.List<Method>>ClassFile. methodsByNameMethods in org.benf.cfr.reader.entities that return Method Modifier and Type Method Description private MethodClassFile. getAccessibleMethodByPrototype(MethodPrototype prototype, GenericTypeBinder binder, JavaRefTypeInstance accessor)MethodClassFile. getMethodByPrototype(MethodPrototype prototype)MethodClassFile. getMethodByPrototypeOrNull(MethodPrototype prototype)MethodClassFile. getSingleMethodByNameOrNull(java.lang.String name)Methods in org.benf.cfr.reader.entities that return types with arguments of type Method Modifier and Type Method Description java.util.List<Method>ClassFile. getConstructors()java.util.List<Method>ClassFile. getMethodByName(java.lang.String name)java.util.List<Method>ClassFile. getMethods()java.util.List<Method>ClassFile. getMethodsByNameOrNull(java.lang.String name)private java.util.List<Method>ClassFile. getMethodsWithMatchingName(MethodPrototype prototype)static java.util.List<Method>MethodOrdering. sort(java.util.List<Method> methods)Methods in org.benf.cfr.reader.entities with parameters of type Method Modifier and Type Method Description private voidClassFile. analyseSyntheticTags(Method method, Options options)booleanMethod. copyLocalClassesFrom(Method other)Method parameters in org.benf.cfr.reader.entities with type arguments of type Method Modifier and Type Method Description private voidClassFile. collectMethods(MethodPrototype prototype, java.util.List<Method> tgt, java.util.Set<JavaTypeInstance> seen)private voidClassFile. collectTypeMethods(MethodPrototype prototype, java.util.List<Method> tgt, java.util.Set<JavaTypeInstance> seen, JavaTypeInstance clazz)static java.util.List<Method>MethodOrdering. sort(java.util.List<Method> methods)Constructors in org.benf.cfr.reader.entities with parameters of type Method Constructor Description OrderData(Method method, boolean hasLineNumber, int origIdx) -
Uses of Method in org.benf.cfr.reader.entities.attributes
Methods in org.benf.cfr.reader.entities.attributes with parameters of type Method Modifier and Type Method Description voidAttributeCode. setMethod(Method method) -
Uses of Method in org.benf.cfr.reader.relationship
Fields in org.benf.cfr.reader.relationship with type parameters of type Method Modifier and Type Field Description private java.util.Map<MemberNameResolver.MethodKey,java.util.Map<JavaTypeInstance,java.util.Collection<Method>>>MemberNameResolver.MemberInfo. knownMethodsMethods in org.benf.cfr.reader.relationship that return types with arguments of type Method Modifier and Type Method Description (package private) java.util.Map<JavaTypeInstance,java.util.Collection<Method>>MemberNameResolver.MemberInfo. getClashedMethodsFor(MemberNameResolver.MethodKey key)Methods in org.benf.cfr.reader.relationship with parameters of type Method Modifier and Type Method Description voidMemberNameResolver.MemberInfo. add(Method method)private voidMemberNameResolver.MemberInfo. add(MemberNameResolver.MethodKey key1, JavaTypeInstance key2, Method method, boolean fromParent) -
Uses of Method in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state with parameters of type Method Modifier and Type Method Description voidTypeUsageCollectingDumper. addSummaryError(Method method, java.lang.String s) -
Uses of Method in org.benf.cfr.reader.util.output
Fields in org.benf.cfr.reader.util.output declared as Method Modifier and Type Field Description private MethodFileSummaryDumper. lastMethodprivate MethodSinkSummaryDumper. lastMethodFields in org.benf.cfr.reader.util.output with type parameters of type Method Modifier and Type Field Description private java.util.Map<Method,BytecodeTrackingDumper.MethodBytecode>BytecodeTrackingDumper. perMethodMethods in org.benf.cfr.reader.util.output that return Method Modifier and Type Method Description MethodBytecodeDumpConsumer.Item. getMethod()Methods in org.benf.cfr.reader.util.output with parameters of type Method Modifier and Type Method Description voidDelegatingDumper. addSummaryError(Method method, java.lang.String s)voidDumper. addSummaryError(Method method, java.lang.String s)voidFileDumper. addSummaryError(Method method, java.lang.String s)voidMethodErrorCollector. addSummaryError(Method method, java.lang.String s)voidMethodErrorCollector.SummaryDumperMethodErrorCollector. addSummaryError(Method method, java.lang.String s)voidStdIODumper. addSummaryError(Method method, java.lang.String s)voidStringStreamDumper. addSummaryError(Method method, java.lang.String s)voidTokenStreamDumper. addSummaryError(Method method, java.lang.String s)voidToStringDumper. addSummaryError(Method method, java.lang.String s)voidFileSummaryDumper. notifyError(JavaTypeInstance controllingType, Method method, java.lang.String error)voidNopSummaryDumper. notifyError(JavaTypeInstance controllingType, Method method, java.lang.String error)voidSinkSummaryDumper. notifyError(JavaTypeInstance controllingType, Method method, java.lang.String error)voidSummaryDumper. notifyError(JavaTypeInstance controllingType, Method method, java.lang.String error)
-