Uses of Class
org.benf.cfr.reader.util.DecompilerComment
-
-
Uses of DecompilerComment in org.benf.cfr.reader.bytecode
Fields in org.benf.cfr.reader.bytecode declared as DecompilerComment Modifier and Type Field Description private DecompilerCommentRecoveryOption. decompilerCommentFields in org.benf.cfr.reader.bytecode with type parameters of type DecompilerComment Modifier and Type Field Description java.util.List<DecompilerComment>RecoveryOptions.Applied. commentsMethod parameters in org.benf.cfr.reader.bytecode with type arguments of type DecompilerComment Modifier and Type Method Description abstract booleanRecoveryOption. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)booleanRecoveryOption.BooleanRO. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)booleanRecoveryOption.ConditionalRO. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)booleanRecoveryOption.IntRO. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)booleanRecoveryOption.TrooleanRO. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)(package private) booleanRecoveryOption. applyComment(boolean applied, java.util.List<DecompilerComment> commentList)Constructor parameters in org.benf.cfr.reader.bytecode with type arguments of type DecompilerComment Constructor Description Applied(Options options, java.util.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 DecompilerComment Modifier and Type Method Description static DecompilerCommentOp02WithProcessedDataAndRefs. populateStackInfo(java.util.List<Op02WithProcessedDataAndRefs> op2list, Method method)Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type DecompilerComment Modifier and Type Method Description private voidOp02WithProcessedDataAndRefs. populateStackInfo(StackSim stackSim, Method method, java.util.Set<DecompilerComment> comments, java.util.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 DecompilerComment Modifier and Type Method Description (package private) voidStackEntry. mergeWith(StackEntry other, java.util.Set<DecompilerComment> comments)voidStackEntryHolder. mergeWith(StackEntryHolder other, java.util.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 DecompilerComment Modifier and Type Field Description private DecompilerCommentJavaRefTypeInstance.Annotated. nullableCommentMethods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type DecompilerComment Modifier and Type Method Description voidJavaRefTypeInstance.Annotated. setComment(DecompilerComment comment) -
Uses of DecompilerComment in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities with parameters of type DecompilerComment Modifier and Type Method Description voidClassFile. addComment(DecompilerComment comment)private voidMethod. addComment(DecompilerComment comment) -
Uses of DecompilerComment in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state that return DecompilerComment Modifier and Type Method Description DecompilerCommentDCCommonState. renamedTypeComment(java.lang.String typeName) -
Uses of DecompilerComment in org.benf.cfr.reader.util
Fields in org.benf.cfr.reader.util with type parameters of type DecompilerComment Modifier and Type Field Description private java.util.Set<DecompilerComment>DecompilerComments. commentsMethods in org.benf.cfr.reader.util that return types with arguments of type DecompilerComment Modifier and Type Method Description java.util.Collection<DecompilerComment>DecompilerComments. getCommentCollection()java.util.List<DecompilerComment>DecompilerCommentSource. getComments()Methods in org.benf.cfr.reader.util with parameters of type DecompilerComment Modifier and Type Method Description voidDecompilerComments. addComment(DecompilerComment comment)booleanDecompilerComments. contains(DecompilerComment comment)Method parameters in org.benf.cfr.reader.util with type arguments of type DecompilerComment Modifier and Type Method Description voidDecompilerComments. addComments(java.util.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 Modifier and Type Method Description java.util.List<DecompilerComment>InternalDumperFactoryImpl.AdditionalComments. getComments()
-