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 DecompilerComment
RecoveryOption. decompilerComment
Fields in org.benf.cfr.reader.bytecode with type parameters of type DecompilerComment Modifier and Type Field Description java.util.List<DecompilerComment>
RecoveryOptions.Applied. comments
Method parameters in org.benf.cfr.reader.bytecode with type arguments of type DecompilerComment Modifier and Type Method Description abstract boolean
RecoveryOption. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
boolean
RecoveryOption.BooleanRO. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
boolean
RecoveryOption.ConditionalRO. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
boolean
RecoveryOption.IntRO. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
boolean
RecoveryOption.TrooleanRO. apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
(package private) boolean
RecoveryOption. 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 DecompilerComment
Op02WithProcessedDataAndRefs. 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 void
Op02WithProcessedDataAndRefs. 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) void
StackEntry. mergeWith(StackEntry other, java.util.Set<DecompilerComment> comments)
void
StackEntryHolder. 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 DecompilerComment
JavaRefTypeInstance.Annotated. nullableComment
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type DecompilerComment Modifier and Type Method Description void
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 DecompilerComment Modifier and Type Method Description void
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 Modifier and Type Method Description DecompilerComment
DCCommonState. 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. comments
Methods 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 void
DecompilerComments. addComment(DecompilerComment comment)
boolean
DecompilerComments. contains(DecompilerComment comment)
Method parameters in org.benf.cfr.reader.util with type arguments of type DecompilerComment Modifier and Type Method Description void
DecompilerComments. 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()
-