Modifier and Type | Field and Description |
---|---|
private Method |
CodeAnalyser.method |
Modifier and Type | Method and Description |
---|---|
private static Method |
CodeAnalyserWholeClass.getStaticConstructor(ClassFile classFile) |
Modifier and Type | Method and Description |
---|---|
void |
CodeAnalyser.setMethod(Method method) |
Modifier and Type | Field and Description |
---|---|
private Method |
BytecodeLocSimple.method |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Method,java.util.Set<java.lang.Integer>> |
BytecodeLocCollector.data |
private java.util.Map<Method,java.util.Set<java.lang.Integer>> |
BytecodeLocSet.locs |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
void |
BytecodeLocCollector.add(Method method,
int offset) |
void |
BytecodeLocCollector.add(Method method,
java.util.Set<java.lang.Integer> offsets) |
BytecodeLoc |
BytecodeLocFactory.at(int originalRawOffset,
Method method) |
BytecodeLoc |
BytecodeLocFactoryImpl.at(int originalRawOffset,
Method method) |
BytecodeLoc |
BytecodeLocFactoryStub.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) |
Constructor and Description |
---|
BytecodeLocSimple(int offset,
Method method) |
Constructor and Description |
---|
BytecodeLocSet(java.util.Map<Method,java.util.Set<java.lang.Integer>> locs) |
Modifier and Type | Method and 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) |
static void |
Op03SimpleStatement.assignSSAIdentifiers(Method method,
java.util.List<Op03SimpleStatement> statements) |
private static void |
Op02WithProcessedDataAndRefs.assignSSAIdentifiers(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory,
Method method,
DecompilerComments comments,
java.util.List<Op02WithProcessedDataAndRefs> statements,
BytecodeMeta bytecodeMeta) |
private static void |
Op02WithProcessedDataAndRefs.assignSSAIdentifiersInner(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory,
Method method,
java.util.List<Op02WithProcessedDataAndRefs> statements,
BytecodeMeta bytecodeMeta,
boolean useProtoArgs) |
private Statement |
Op02WithProcessedDataAndRefs.buildInvoke(Method thisCallerMethod) |
private Statement |
Op02WithProcessedDataAndRefs.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) |
Op02WithProcessedDataAndRefs |
Op01WithProcessedDataAndByteJumps.createOp2(ConstantPool cp,
int index,
BytecodeLocFactory locFactory,
Method method) |
private Statement |
Op02WithProcessedDataAndRefs.createStatement(Method method,
DecompilerComments comments,
VariableFactory variableFactory,
BlockIdentifierFactory blockIdentifierFactory,
DCCommonState dcCommonState,
TypeHintRecovery typeHintRecovery) |
static void |
Op04StructuredStatement.discoverLocalClassScopes(Method method,
Op04StructuredStatement root,
VariableFactory variableFactory,
Options options) |
static void |
Op02WithProcessedDataAndRefs.discoverStorageLiveness(Method method,
DecompilerComments comments,
java.util.List<Op02WithProcessedDataAndRefs> op2list,
BytecodeMeta bytecodeMeta) |
static void |
Op04StructuredStatement.discoverVariableScopes(Method method,
Op04StructuredStatement root,
VariableFactory variableFactory,
Options options,
ClassFileVersion classFileVersion,
BytecodeMeta bytecodeMeta) |
static FieldVariable |
Op04StructuredStatement.findInnerClassOuterThis(Method method,
Op04StructuredStatement root) |
static void |
Op04StructuredStatement.fixInnerClassConstructorSyntheticOuterArgs(ClassFile classFile,
Method method,
Op04StructuredStatement root,
java.util.Set<MethodPrototype> processed) |
private Expression |
Op02WithProcessedDataAndRefs.getDynamicLiteral(Method method,
ConstantPoolEntryDynamicInfo cpe,
DecompilerComments comments) |
private static java.lang.String |
Op04StructuredStatement.getInnerClassOuterArgName(Method method,
LValue lValueArg) |
private Expression |
Op02WithProcessedDataAndRefs.getLiteralConstantPoolEntry(Method m,
ConstantPoolEntry cpe,
DecompilerComments comments) |
static void |
Op04StructuredStatement.inlineSyntheticAccessors(DCCommonState state,
Method method,
Op04StructuredStatement root) |
static boolean |
Op04StructuredStatement.isTryWithResourceSynthetic(Method m,
Op04StructuredStatement root) |
static DecompilerComment |
Op02WithProcessedDataAndRefs.populateStackInfo(java.util.List<Op02WithProcessedDataAndRefs> op2list,
Method method) |
private void |
Op02WithProcessedDataAndRefs.populateStackInfo(StackSim stackSim,
Method method,
java.util.Set<DecompilerComment> comments,
java.util.LinkedList<Pair<StackSim,Op02WithProcessedDataAndRefs>> next) |
private static void |
Op04StructuredStatement.removeAnonymousSyntheticConstructorOuterArgs(Method method,
Op04StructuredStatement root,
boolean isInstance) |
static void |
Op04StructuredStatement.removeInnerClassOuterThis(Method method,
Op04StructuredStatement root) |
private static void |
Op04StructuredStatement.removeMethodScopedSyntheticConstructorOuterArgs(Method method,
Op04StructuredStatement root,
java.util.Set<MethodPrototype> processed) |
static void |
Op04StructuredStatement.removePrimitiveDeconversion(Options options,
Method method,
Op04StructuredStatement root) |
static void |
Op04StructuredStatement.removeUnnecessaryVarargArrays(Options options,
Method method,
Op04StructuredStatement root) |
private static void |
Op02WithProcessedDataAndRefs.removeUnusedSSAIdentifiers(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory,
Method method,
java.util.List<Op02WithProcessedDataAndRefs> op2list) |
static void |
Op04StructuredStatement.rewriteBadCastChains(Options options,
Method method,
Op04StructuredStatement root) |
static void |
Op04StructuredStatement.rewriteExplicitTypeUsages(Method method,
Op04StructuredStatement block,
AnonymousClassUsage anonymousClassUsage,
ClassFile classFile) |
static void |
Op04StructuredStatement.rewriteLambdas(DCCommonState state,
Method method,
Op04StructuredStatement root) |
static void |
Op04StructuredStatement.rewriteNarrowingAssignments(Options options,
Method method,
Op04StructuredStatement root) |
static void |
Op04StructuredStatement.switchExpression(Method method,
Op04StructuredStatement root,
DecompilerComments comments) |
static void |
Op04StructuredStatement.tidyVariableNames(Method method,
Op04StructuredStatement root,
BytecodeMeta bytecodeMeta,
DecompilerComments comments,
ClassCache classCache) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Op02Obf.detectObfuscations(Method method,
ExceptionAggregator exceptions,
java.util.List<Op02WithProcessedDataAndRefs> op2list,
java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset) |
void |
SimpleControlFlowBase.process(Method method,
ExceptionAggregator exceptions,
java.util.List<Op02WithProcessedDataAndRefs> op2list,
java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset) |
void |
ControlFlowNumericObf.process(Method method,
java.util.List<Op02WithProcessedDataAndRefs> op2list) |
static void |
Op02Obf.removeControlFlowExceptions(Method method,
ExceptionAggregator exceptions,
java.util.List<Op02WithProcessedDataAndRefs> op2list,
java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset) |
static void |
Op02Obf.removeNumericObf(Method method,
java.util.List<Op02WithProcessedDataAndRefs> op2list) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Op03SimpleStatement> |
RemoveDeterministicJumps.apply(Method method,
java.util.List<Op03SimpleStatement> statements) |
(package private) static void |
CondenseConstruction.condenseConstruction(DCCommonState state,
Method method,
java.util.List<Op03SimpleStatement> statements,
AnonymousClassUsage anonymousClassUsage) |
static void |
Op03Rewriters.condenseConstruction(DCCommonState dcCommonState,
Method method,
java.util.List<Op03SimpleStatement> op03SimpleParseNodes,
AnonymousClassUsage anonymousClassUsage) |
private static BlockIdentifier |
LoopIdentifier.considerAsWhileLoopStart(Method method,
Op03SimpleStatement start,
java.util.List<Op03SimpleStatement> statements,
BlockIdentifierFactory blockIdentifierFactory,
java.util.Map<BlockIdentifier,Op03SimpleStatement> postBlockCache) |
static void |
FinallyRewriter.identifyFinally(Options options,
Method method,
java.util.List<Op03SimpleStatement> in,
BlockIdentifierFactory blockIdentifierFactory) |
static void |
LoopIdentifier.identifyLoops1(Method method,
java.util.List<Op03SimpleStatement> statements,
BlockIdentifierFactory blockIdentifierFactory) |
static void |
Op03Rewriters.narrowAssignmentTypes(Method method,
java.util.List<Op03SimpleStatement> statements) |
private static boolean |
RemoveDeterministicJumps.propagateLiteralReturn(Method method,
Op03SimpleStatement original,
java.util.Map<LValue,Literal> display) |
private static boolean |
RemoveDeterministicJumps.propagateLiteralReturn(Method method,
Op03SimpleStatement original,
Op03SimpleStatement orignext,
LValue originalLValue,
Expression originalRValue,
java.util.Map<LValue,Literal> display) |
static void |
RemoveDeterministicJumps.propagateToReturn(Method method,
java.util.List<Op03SimpleStatement> statements) |
private static Op03SimpleStatement |
SwitchReplacer.replaceRawSwitch(Method method,
Op03SimpleStatement swatch,
java.util.List<Op03SimpleStatement> in,
BlockIdentifierFactory blockIdentifierFactory,
Options options) |
static void |
SwitchReplacer.replaceRawSwitches(Method method,
java.util.List<Op03SimpleStatement> in,
BlockIdentifierFactory blockIdentifierFactory,
Options options,
DecompilerComments comments,
BytecodeMeta bytecodeMeta) |
static void |
NarrowingTypeRewriter.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 void |
ConditionalSimplifier.simplifyConditionals(java.util.List<Op03SimpleStatement> statements,
boolean aggressive,
Method method) |
static void |
Op03Rewriters.simplifyConditionals(java.util.List<Op03SimpleStatement> op03SimpleParseNodes,
boolean aggressive,
Method method) |
Modifier and Type | Field and Description |
---|---|
private Method |
LambdaRewriter.method |
private Method |
ScopeHidingVariableRewriter.method |
private Method |
SwitchExpressionRewriter.method |
Modifier and Type | Method and Description |
---|---|
private static Method |
RecordRewriter.getMethod(ClassFile classFile,
java.util.List<JavaTypeInstance> args,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<StructuredStatement> |
SwitchEnumRewriter.getLookupMethodStatements(Method lutStaticInit) |
private static StructuredStatement |
RecordRewriter.getSingleCodeLine(Method method) |
private static void |
RecordRewriter.hideConstructorIfEmpty(Method canonicalCons) |
private static void |
RecordRewriter.hideDefaultGetter(Method method,
ClassFileField classFileField,
JavaRefTypeInstance thisType) |
private static void |
RecordRewriter.hideIfMatch(JavaTypeInstance thisType,
java.util.List<ClassFileField> fields,
Method method,
WildcardMatch wcm,
StructuredStatement stm) |
static boolean |
ResourceReleaseDetector.isResourceRelease(Method method,
Op04StructuredStatement root) |
void |
StaticLifter.liftStatics(Method staticInit) |
private boolean |
J14ClassObjectRewriter.methodIsClassLookup(Method method) |
private static void |
RecordRewriter.removeImplicitAssignments(Method canonicalCons,
java.util.List<ClassFileField> instances,
JavaRefTypeInstance thisType) |
void |
AssertRewriter.sugarAsserts(Method staticInit) |
boolean |
RecordRewriter.IsCanonicalConstructor.test(Method in) |
Constructor and Description |
---|
LambdaRewriter(DCCommonState state,
Method method) |
ScopeHidingVariableRewriter(java.util.List<ClassFileField> fieldVariables,
Method method,
ClassCache classCache) |
SwitchExpressionRewriter(DecompilerComments comments,
Method method) |
Modifier and Type | Method and Description |
---|---|
static void |
DeadMethodRemover.removeDeadMethod(ClassFile classFile,
Method method) |
Modifier and Type | Field and Description |
---|---|
private Method |
VariableNameTidier.method |
(package private) Method |
TryResourcesTransformerBase.ResourceMatch.resourceMethod |
Constructor and 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,
ClassCache classCache) |
VariableNameTidier(Method method,
java.util.Set<java.lang.String> bannedNames,
ClassCache classCache) |
Modifier and Type | Method and Description |
---|---|
static MethodPrototype |
ConstructorUtils.getDelegatingPrototype(Method constructor) |
static boolean |
ConstructorUtils.isDelegating(Method constructor) |
Modifier and Type | Method and Description |
---|---|
void |
CreationCollector.condenseConstructions(Method method,
DCCommonState dcCommonState) |
Modifier and Type | Method and Description |
---|---|
static void |
FinalAnalyzer.identifyFinally(Method method,
Op03SimpleStatement in,
java.util.List<Op03SimpleStatement> allStatements,
BlockIdentifierFactory blockIdentifierFactory,
java.util.Set<Op03SimpleStatement> analysedTries) |
Constructor and Description |
---|
LocalClassScopeDiscoverImpl(Options options,
Method method,
VariableFactory variableFactory) |
Modifier and Type | Field and Description |
---|---|
private Method |
VariableFactory.method |
Constructor and Description |
---|
VariableFactory(Method method,
BytecodeMeta bytecodeMeta) |
Modifier and Type | Method and Description |
---|---|
StackDelta |
JVMInstr.getStackDelta(byte[] data,
ConstantPoolEntry[] constantPoolEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactory.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryDefault.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryDup.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryDup2.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryDup2X1.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryDup2X2.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryDupX1.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryDupX2.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryFakeCatch.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryGetField.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryGetStatic.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryInvoke.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryInvokeDynamic.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryInvokeInterface.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryLDC.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryLDCW.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryMultiANewArray.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryPop.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryPop2.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryPutField.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactoryPutStatic.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
StackDelta |
OperationFactorySwap.getStackDelta(JVMInstr instr,
byte[] data,
ConstantPoolEntry[] cpEntries,
StackSim stackSim,
Method method) |
Modifier and Type | Field and Description |
---|---|
private Method |
MethodOrdering.OrderData.method |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Method> |
ClassFile.methods |
private java.util.Map<java.lang.String,java.util.List<Method>> |
ClassFile.methodsByName |
Modifier and Type | Method and Description |
---|---|
private Method |
ClassFile.getAccessibleMethodByPrototype(MethodPrototype prototype,
GenericTypeBinder binder,
JavaRefTypeInstance accessor) |
Method |
ClassFile.getMethodByPrototype(MethodPrototype prototype) |
Method |
ClassFile.getMethodByPrototypeOrNull(MethodPrototype prototype) |
Method |
ClassFile.getSingleMethodByNameOrNull(java.lang.String name) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
private void |
ClassFile.analyseSyntheticTags(Method method,
Options options) |
boolean |
Method.copyLocalClassesFrom(Method other) |
Modifier and Type | Method and Description |
---|---|
private void |
ClassFile.collectMethods(MethodPrototype prototype,
java.util.List<Method> tgt,
java.util.Set<JavaTypeInstance> seen) |
private void |
ClassFile.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) |
Constructor and Description |
---|
OrderData(Method method,
boolean hasLineNumber,
int origIdx) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeCode.setMethod(Method method) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<MemberNameResolver.MethodKey,java.util.Map<JavaTypeInstance,java.util.Collection<Method>>> |
MemberNameResolver.MemberInfo.knownMethods |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<JavaTypeInstance,java.util.Collection<Method>> |
MemberNameResolver.MemberInfo.getClashedMethodsFor(MemberNameResolver.MethodKey key) |
Modifier and Type | Method and Description |
---|---|
private void |
MemberNameResolver.MemberInfo.add(MemberNameResolver.MethodKey key1,
JavaTypeInstance key2,
Method method,
boolean fromParent) |
void |
MemberNameResolver.MemberInfo.add(Method method) |
Modifier and Type | Method and Description |
---|---|
void |
TypeUsageCollectingDumper.addSummaryError(Method method,
java.lang.String s) |
Modifier and Type | Field and Description |
---|---|
private Method |
FileSummaryDumper.lastMethod |
private Method |
SinkSummaryDumper.lastMethod |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Method,BytecodeTrackingDumper.MethodBytecode> |
BytecodeTrackingDumper.perMethod |
Modifier and Type | Method and Description |
---|---|
Method |
BytecodeDumpConsumer.Item.getMethod() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingDumper.addSummaryError(Method method,
java.lang.String s) |
void |
Dumper.addSummaryError(Method method,
java.lang.String s) |
void |
FileDumper.addSummaryError(Method method,
java.lang.String s) |
void |
MethodErrorCollector.addSummaryError(Method method,
java.lang.String s) |
void |
MethodErrorCollector.SummaryDumperMethodErrorCollector.addSummaryError(Method method,
java.lang.String s) |
void |
StdIODumper.addSummaryError(Method method,
java.lang.String s) |
void |
StringStreamDumper.addSummaryError(Method method,
java.lang.String s) |
void |
ToStringDumper.addSummaryError(Method method,
java.lang.String s) |
void |
TokenStreamDumper.addSummaryError(Method method,
java.lang.String s) |
void |
FileSummaryDumper.notifyError(JavaTypeInstance controllingType,
Method method,
java.lang.String error) |
void |
NopSummaryDumper.notifyError(JavaTypeInstance controllingType,
Method method,
java.lang.String error) |
void |
SinkSummaryDumper.notifyError(JavaTypeInstance controllingType,
Method method,
java.lang.String error) |
void |
SummaryDumper.notifyError(JavaTypeInstance controllingType,
Method method,
java.lang.String error) |