Uses of Class
org.benf.cfr.reader.util.DecompilerComment
Packages that use DecompilerComment
Package
Description
-
Uses of DecompilerComment in org.benf.cfr.reader.bytecode
Fields in org.benf.cfr.reader.bytecode declared as DecompilerCommentModifier and TypeFieldDescriptionprivate final DecompilerComment
RecoveryOption.decompilerComment
Fields in org.benf.cfr.reader.bytecode with type parameters of type DecompilerCommentMethod parameters in org.benf.cfr.reader.bytecode with type arguments of type DecompilerCommentModifier and TypeMethodDescriptionabstract boolean
RecoveryOption.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) boolean
RecoveryOption.BooleanRO.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) boolean
RecoveryOption.ConditionalRO.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) boolean
RecoveryOption.IntRO.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) boolean
RecoveryOption.TrooleanRO.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) (package private) boolean
RecoveryOption.applyComment
(boolean applied, List<DecompilerComment> commentList) Constructors in org.benf.cfr.reader.bytecode with parameters of type DecompilerCommentModifierConstructorDescriptionBooleanRO
(PermittedOptionProvider.Argument<Boolean> arg, boolean value, DecompilerComment comment) (package private)
BooleanRO
(PermittedOptionProvider.Argument<Boolean> arg, boolean value, UnaryFunction<BytecodeMeta, Boolean> canHelp, DecompilerComment comment) IntRO
(PermittedOptionProvider.Argument<Integer> arg, int value, DecompilerComment comment) (package private)
IntRO
(PermittedOptionProvider.Argument<Integer> arg, int value, UnaryFunction<BytecodeMeta, Boolean> canHelp, DecompilerComment comment) (package private)
RecoveryOption
(PermittedOptionProvider.Argument<T> arg, T value, UnaryFunction<BytecodeMeta, Boolean> canHelp, DecompilerComment comment) (package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, DecompilerComment comment) (package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, UnaryFunction<BytecodeMeta, Boolean> canHelp, DecompilerComment comment) Constructor parameters in org.benf.cfr.reader.bytecode with type arguments of type DecompilerCommentModifierConstructorDescriptionApplied
(Options options, List<DecompilerComment> comments, boolean valid) -
Uses of DecompilerComment in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph that return DecompilerCommentModifier and TypeMethodDescriptionstatic DecompilerComment
Op02WithProcessedDataAndRefs.populateStackInfo
(List<Op02WithProcessedDataAndRefs> op2list, Method method) Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type DecompilerCommentModifier and TypeMethodDescriptionprivate void
Op02WithProcessedDataAndRefs.populateStackInfo
(StackSim stackSim, Method method, Set<DecompilerComment> comments, LinkedList<Pair<StackSim, Op02WithProcessedDataAndRefs>> next) -
Uses of DecompilerComment in org.benf.cfr.reader.bytecode.analysis.stack
Method parameters in org.benf.cfr.reader.bytecode.analysis.stack with type arguments of type DecompilerCommentModifier and TypeMethodDescription(package private) void
StackEntry.mergeWith
(StackEntry other, Set<DecompilerComment> comments) void
StackEntryHolder.mergeWith
(StackEntryHolder other, Set<DecompilerComment> comments) -
Uses of DecompilerComment in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as DecompilerCommentModifier and TypeFieldDescriptionprivate DecompilerComment
JavaRefTypeInstance.Annotated.nullableComment
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type DecompilerCommentModifier and TypeMethodDescriptionvoid
JavaRefTypeInstance.Annotated.setComment
(DecompilerComment comment) -
Uses of DecompilerComment in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities with parameters of type DecompilerCommentModifier and TypeMethodDescriptionvoid
ClassFile.addComment
(DecompilerComment comment) private void
Method.addComment
(DecompilerComment comment) -
Uses of DecompilerComment in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state that return DecompilerComment -
Uses of DecompilerComment in org.benf.cfr.reader.util
Fields in org.benf.cfr.reader.util declared as DecompilerCommentModifier and TypeFieldDescriptionstatic final DecompilerComment
DecompilerComment.AGGRESSIVE_EXCEPTION_AGG
static final DecompilerComment
DecompilerComment.AGGRESSIVE_EXCEPTION_VERY_AGG
static final DecompilerComment
DecompilerComment.AGGRESSIVE_TOPOLOGICAL_SORT
static final DecompilerComment
DecompilerComment.BAD_ANNOTATION
static final DecompilerComment
DecompilerComment.BAD_ANNOTATION_ON_INNER
static final DecompilerComment
DecompilerComment.BAD_SIGNATURE
static final DecompilerComment
DecompilerComment.CASE_CLASH_FS
static final DecompilerComment
DecompilerComment.CLASS_RENAMED
static final DecompilerComment
DecompilerComment.COMMENT_MONITORS
static final DecompilerComment
DecompilerComment.COND_PROPAGATE
static final DecompilerComment
DecompilerComment.DROP_EXCEPTIONS
static final DecompilerComment
DecompilerComment.DUFF_HANDLING
static final DecompilerComment
DecompilerComment.DYNAMIC_CONSTANTS
static final DecompilerComment
DecompilerComment.DYNAMIC_SIGNATURE_MISMATCH
static final DecompilerComment
DecompilerComment.EXPERIMENTAL_FEATURE
static final DecompilerComment
DecompilerComment.ILLEGAL_IDENTIFIERS
static final DecompilerComment
DecompilerComment.IMPOSSIBLE_LOOP_WITH_COPY
static final DecompilerComment
DecompilerComment.IMPOSSIBLE_LOOP_WITH_FIRST
static final DecompilerComment
DecompilerComment.ITERATED_TYPE_HINTS
static final DecompilerComment
DecompilerComment.LOOPING_EXCEPTIONS
static final DecompilerComment
DecompilerComment.LOOSE_CATCH_BLOCK
static final DecompilerComment
DecompilerComment.MALFORMED_SWITCH
static final DecompilerComment
DecompilerComment.MULTI_VERSION
static final DecompilerComment
DecompilerComment.NEIGHBOUR_RETURN
static final DecompilerComment
DecompilerComment.PACKAGE_INFO_CODE
static final DecompilerComment
DecompilerComment.PARAMETER_CORRUPTION
static final DecompilerComment
DecompilerComment.PRUNE_EXCEPTIONS
static final DecompilerComment
DecompilerComment.RENAME_MEMBERS
static final DecompilerComment
DecompilerComment.RETURNING_IFS
static final DecompilerComment
DecompilerComment.TRY_BACKEDGE_REMOVED
static final DecompilerComment
DecompilerComment.TYPE_CLASHES
static final DecompilerComment
DecompilerComment.UNABLE_TO_STRUCTURE
static final DecompilerComment
DecompilerComment.UNVERIFIABLE_BYTECODE_BAD_JUMP
static final DecompilerComment
DecompilerComment.UNVERIFIABLE_BYTECODE_BAD_MERGE
static final DecompilerComment
DecompilerComment.VOID_DECLARATION
static final DecompilerComment
DecompilerComment.WHOLE_CLASS_EXCEPTION
Fields in org.benf.cfr.reader.util with type parameters of type DecompilerCommentMethods in org.benf.cfr.reader.util that return types with arguments of type DecompilerCommentModifier and TypeMethodDescriptionDecompilerComments.getCommentCollection()
DecompilerCommentSource.getComments()
Methods in org.benf.cfr.reader.util with parameters of type DecompilerCommentModifier and TypeMethodDescriptionvoid
DecompilerComments.addComment
(DecompilerComment comment) boolean
DecompilerComments.contains
(DecompilerComment comment) Method parameters in org.benf.cfr.reader.util with type arguments of type DecompilerCommentModifier and TypeMethodDescriptionvoid
DecompilerComments.addComments
(Collection<DecompilerComment> comments) -
Uses of DecompilerComment in org.benf.cfr.reader.util.output
Methods in org.benf.cfr.reader.util.output that return types with arguments of type DecompilerComment