Modifier and Type | Method and Description |
---|---|
DecompilerComments |
AnalysisResultSuccessful.getComments() |
DecompilerComments |
AnalysisResultFromException.getComments() |
DecompilerComments |
AnalysisResult.getComments() |
Modifier and Type | Method and Description |
---|---|
static void |
Op03Rewriters.cloneCodeFromLoop(List<Op03SimpleStatement> op03SimpleParseNodes,
Options options,
DecompilerComments comments) |
static void |
Op03Rewriters.moveJumpsIntoDo(VariableFactory vf,
List<Op03SimpleStatement> op03SimpleParseNodes,
Options options,
DecompilerComments comments) |
static void |
SwitchReplacer.rebuildSwitches(List<Op03SimpleStatement> statements,
Options options,
DecompilerComments comments,
BytecodeMeta bytecodeMeta) |
static void |
SwitchReplacer.replaceRawSwitches(Method method,
List<Op03SimpleStatement> in,
BlockIdentifierFactory blockIdentifierFactory,
Options options,
DecompilerComments comments,
BytecodeMeta bytecodeMeta) |
void |
JumpsIntoLoopCloneRewriter.rewrite(List<Op03SimpleStatement> op03SimpleParseNodes,
DecompilerComments comments) |
void |
JumpsIntoDoRewriter.rewrite(List<Op03SimpleStatement> op03SimpleParseNodes,
DecompilerComments comments) |
static List<Op03SimpleStatement> |
SwitchReplacer.rewriteDuff(List<Op03SimpleStatement> statements,
VariableFactory vf,
DecompilerComments decompilerComments,
Options options) |
Constructor and Description |
---|
SwitchExpressionRewriter(DecompilerComments comments,
Method method) |
Modifier and Type | Method and Description |
---|---|
void |
IllegalReturnChecker.commentInto(DecompilerComments comments) |
void |
LooseCatchChecker.commentInto(DecompilerComments comments) |
void |
VoidVariableChecker.commentInto(DecompilerComments comments) |
void |
Op04Checker.commentInto(DecompilerComments comments) |
Constructor and Description |
---|
TypeAnnotationTransformer(AttributeTypeAnnotations vis,
AttributeTypeAnnotations invis,
SortedMap<Integer,Integer> instrsByOffset,
DecompilerComments comments) |
Modifier and Type | Method and Description |
---|---|
protected void |
JavaAnnotatedTypeIterator.BaseAnnotatedTypeIterator.addBadComment(DecompilerComments comments) |
static void |
TypeAnnotationHelper.apply(JavaAnnotatedTypeInstance annotatedTypeInstance,
List<? extends AnnotationTableTypeEntry> typeEntries,
DecompilerComments comments) |
JavaAnnotatedTypeIterator |
JavaAnnotatedTypeIterator.moveArray(DecompilerComments comments) |
JavaAnnotatedTypeIterator |
JavaAnnotatedTypeIterator.BaseAnnotatedTypeIterator.moveArray(DecompilerComments comments) |
JavaAnnotatedTypeIterator |
JavaAnnotatedTypeIterator.moveBound(DecompilerComments comments) |
JavaAnnotatedTypeIterator |
JavaAnnotatedTypeIterator.BaseAnnotatedTypeIterator.moveBound(DecompilerComments comments) |
JavaAnnotatedTypeIterator |
JavaAnnotatedTypeIterator.moveNested(DecompilerComments comments) |
JavaAnnotatedTypeIterator |
JavaAnnotatedTypeIterator.BaseAnnotatedTypeIterator.moveNested(DecompilerComments comments) |
JavaAnnotatedTypeIterator |
JavaAnnotatedTypeIterator.moveParameterized(int index,
DecompilerComments comments) |
JavaAnnotatedTypeIterator |
JavaAnnotatedTypeIterator.BaseAnnotatedTypeIterator.moveParameterized(int index,
DecompilerComments comments) |
void |
MethodPrototype.setNonMethodScopedSyntheticConstructorParameters(Method.MethodConstructor constructorFlag,
DecompilerComments comments,
Map<Integer,JavaTypeInstance> synthetics) |
Modifier and Type | Method and Description |
---|---|
DecompilerComments |
ClassFile.ensureDecompilerComments() |
DecompilerComments |
ClassFile.getNullableDecompilerComments() |
Modifier and Type | Method and Description |
---|---|
void |
Method.setComments(DecompilerComments comments) |
Constructor and Description |
---|
FakeMethod(String name,
EnumSet<AccessFlagMethod> accessFlags,
JavaTypeInstance returnType,
Op04StructuredStatement structuredStatement,
DecompilerComments comments) |
Modifier and Type | Method and Description |
---|---|
JavaAnnotatedTypeIterator |
TypePathPartArray.apply(JavaAnnotatedTypeIterator it,
DecompilerComments comments) |
JavaAnnotatedTypeIterator |
TypePathPartBound.apply(JavaAnnotatedTypeIterator it,
DecompilerComments comments) |
JavaAnnotatedTypeIterator |
TypePathPartNested.apply(JavaAnnotatedTypeIterator it,
DecompilerComments comments) |
JavaAnnotatedTypeIterator |
TypePathPartParameterized.apply(JavaAnnotatedTypeIterator it,
DecompilerComments comments) |
JavaAnnotatedTypeIterator |
TypePathPart.apply(JavaAnnotatedTypeIterator it,
DecompilerComments comments) |
Constructor and Description |
---|
ExceptionAggregator(List<ExceptionTableEntry> rawExceptions,
BlockIdentifierFactory blockIdentifierFactory,
Map<Integer,Integer> lutByOffset,
List<Op01WithProcessedDataAndByteJumps> instrs,
Options options,
ConstantPool cp,
DecompilerComments comments) |
Copyright © 2011-2021. All Rights Reserved.