Uses of Interface
org.benf.cfr.reader.util.output.Dumper
-
-
Uses of Dumper in org.benf.cfr.reader
Methods in org.benf.cfr.reader that return Dumper Modifier and Type Method Description Dumper
PluginRunner.PluginDumperFactory. getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
Dumper
PluginRunner.PluginDumperFactory. wrapLineNoDumper(Dumper dumper)
Methods in org.benf.cfr.reader with parameters of type Dumper Modifier and Type Method Description Dumper
PluginRunner.PluginDumperFactory. wrapLineNoDumper(Dumper dumper)
-
Uses of Dumper in org.benf.cfr.reader.bytecode
Methods in org.benf.cfr.reader.bytecode with parameters of type Dumper Modifier and Type Method Description void
CodeAnalyser. dump(Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph that return Dumper Modifier and Type Method Description Dumper
Op02WithProcessedDataAndRefs. dump(Dumper d)
Dumper
Op03SimpleStatement. dump(Dumper dumper)
Dumper
Op04StructuredStatement. dump(Dumper dumper)
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type Dumper Modifier and Type Method Description Dumper
Op02WithProcessedDataAndRefs. dump(Dumper d)
Dumper
Op03SimpleStatement. dump(Dumper dumper)
Dumper
Op04StructuredStatement. dump(Dumper dumper)
void
Op03SimpleStatement. dumpInner(Dumper dumper)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse that return Dumper Modifier and Type Method Description Dumper
Expression. dump(Dumper d)
static Dumper
LValue.Creation. dump(Dumper d, LValue lValue)
Dumper
LValue. dump(Dumper d, boolean defines)
Methods in org.benf.cfr.reader.bytecode.analysis.parse with parameters of type Dumper Modifier and Type Method Description Dumper
Expression. dump(Dumper d)
static Dumper
LValue.Creation. dump(Dumper d, LValue lValue)
Dumper
LValue. dump(Dumper d, boolean defines)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.parse.expression
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return Dumper Modifier and Type Method Description Dumper
AbstractExpression. dump(Dumper d)
abstract Dumper
AbstractExpression. dumpInner(Dumper d)
Dumper
ArithmeticMonOperation. dumpInner(Dumper d)
Dumper
ArithmeticMutationOperation. dumpInner(Dumper d)
Dumper
ArithmeticOperation. dumpInner(Dumper d)
Dumper
ArithmeticPostMutationOperation. dumpInner(Dumper d)
Dumper
ArithmeticPreMutationOperation. dumpInner(Dumper d)
Dumper
ArrayIndex. dumpInner(Dumper d)
Dumper
ArrayLength. dumpInner(Dumper d)
Dumper
AssignmentExpression. dumpInner(Dumper d)
Dumper
BooleanExpression. dumpInner(Dumper d)
Dumper
BooleanOperation. dumpInner(Dumper d)
Dumper
CastExpression. dumpInner(Dumper d)
Dumper
ComparisonOperation. dumpInner(Dumper d)
Dumper
ConstructorInvokationAnonymousInner. dumpInner(Dumper d)
Dumper
ConstructorInvokationExplicit. dumpInner(Dumper d)
Dumper
ConstructorInvokationSimple. dumpInner(Dumper d)
Dumper
DynamicConstExpression. dumpInner(Dumper d)
Dumper
DynamicInvokation. dumpInner(Dumper d)
Dumper
InstanceOfExpression. dumpInner(Dumper d)
Dumper
InstanceOfExpressionDefining. dumpInner(Dumper d)
Dumper
LambdaExpression. dumpInner(Dumper d)
Dumper
LambdaExpressionFallback. dumpInner(Dumper d)
Dumper
LambdaExpressionNewArray. dumpInner(Dumper d)
Dumper
Literal. dumpInner(Dumper d)
Dumper
LiteralHex. dumpInner(Dumper d)
Dumper
LValueExpression. dumpInner(Dumper d)
Dumper
MemberFunctionInvokation. dumpInner(Dumper d)
Dumper
MemberFunctionInvokationExplicit. dumpInner(Dumper d)
Dumper
MethodHandlePlaceholder. dumpInner(Dumper d)
Dumper
NewAnonymousArray. dumpInner(Dumper d)
Dumper
NewObject. dumpInner(Dumper d)
Dumper
NewObjectArray. dumpInner(Dumper d)
Dumper
NewPrimitiveArray. dumpInner(Dumper d)
Dumper
NotOperation. dumpInner(Dumper d)
Dumper
StackValue. dumpInner(Dumper d)
Dumper
StaticFunctionInvokation. dumpInner(Dumper d)
Dumper
StaticFunctionInvokationExplicit. dumpInner(Dumper d)
Dumper
SuperFunctionInvokation. dumpInner(Dumper d)
Dumper
SwitchExpression. dumpInner(Dumper d)
Dumper
TernaryExpression. dumpInner(Dumper d)
Dumper
AbstractExpression. dumpWithOuterPrecedence(Dumper d, Precedence outerP, Troolean isLhs)
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type Dumper Modifier and Type Method Description Dumper
AbstractExpression. dump(Dumper d)
void
ConstructorInvokationAnonymousInner. dumpForEnum(Dumper d)
abstract Dumper
AbstractExpression. dumpInner(Dumper d)
Dumper
ArithmeticMonOperation. dumpInner(Dumper d)
Dumper
ArithmeticMutationOperation. dumpInner(Dumper d)
Dumper
ArithmeticOperation. dumpInner(Dumper d)
Dumper
ArithmeticPostMutationOperation. dumpInner(Dumper d)
Dumper
ArithmeticPreMutationOperation. dumpInner(Dumper d)
Dumper
ArrayIndex. dumpInner(Dumper d)
Dumper
ArrayLength. dumpInner(Dumper d)
Dumper
AssignmentExpression. dumpInner(Dumper d)
Dumper
BooleanExpression. dumpInner(Dumper d)
Dumper
BooleanOperation. dumpInner(Dumper d)
Dumper
CastExpression. dumpInner(Dumper d)
Dumper
ComparisonOperation. dumpInner(Dumper d)
Dumper
ConstructorInvokationAnonymousInner. dumpInner(Dumper d)
Dumper
ConstructorInvokationExplicit. dumpInner(Dumper d)
Dumper
ConstructorInvokationSimple. dumpInner(Dumper d)
Dumper
DynamicConstExpression. dumpInner(Dumper d)
Dumper
DynamicInvokation. dumpInner(Dumper d)
Dumper
InstanceOfExpression. dumpInner(Dumper d)
Dumper
InstanceOfExpressionDefining. dumpInner(Dumper d)
Dumper
LambdaExpression. dumpInner(Dumper d)
Dumper
LambdaExpressionFallback. dumpInner(Dumper d)
Dumper
LambdaExpressionNewArray. dumpInner(Dumper d)
Dumper
Literal. dumpInner(Dumper d)
Dumper
LiteralHex. dumpInner(Dumper d)
Dumper
LValueExpression. dumpInner(Dumper d)
Dumper
MemberFunctionInvokation. dumpInner(Dumper d)
Dumper
MemberFunctionInvokationExplicit. dumpInner(Dumper d)
Dumper
MethodHandlePlaceholder. dumpInner(Dumper d)
Dumper
NewAnonymousArray. dumpInner(Dumper d)
Dumper
NewObject. dumpInner(Dumper d)
Dumper
NewObjectArray. dumpInner(Dumper d)
Dumper
NewPrimitiveArray. dumpInner(Dumper d)
Dumper
NotOperation. dumpInner(Dumper d)
Dumper
StackValue. dumpInner(Dumper d)
Dumper
StaticFunctionInvokation. dumpInner(Dumper d)
Dumper
StaticFunctionInvokationExplicit. dumpInner(Dumper d)
Dumper
SuperFunctionInvokation. dumpInner(Dumper d)
Dumper
SwitchExpression. dumpInner(Dumper d)
Dumper
TernaryExpression. dumpInner(Dumper d)
Dumper
AbstractExpression. dumpWithOuterPrecedence(Dumper d, Precedence outerP, Troolean isLhs)
private MethodPrototype
ConstructorInvokationAnonymousInner. improveMethodPrototype(Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.parse.literal
Methods in org.benf.cfr.reader.bytecode.analysis.parse.literal that return Dumper Modifier and Type Method Description Dumper
TypedLiteral. dump(Dumper d)
Dumper
TypedLiteral. dumpWithHint(Dumper d, TypedLiteral.FormatHint hint)
Methods in org.benf.cfr.reader.bytecode.analysis.parse.literal with parameters of type Dumper Modifier and Type Method Description Dumper
TypedLiteral. dump(Dumper d)
Dumper
TypedLiteral. dumpWithHint(Dumper d, TypedLiteral.FormatHint hint)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that return Dumper Modifier and Type Method Description Dumper
AbstractLValue. dump(Dumper d)
Dumper
AbstractLValue. dump(Dumper d, boolean defines)
Dumper
LocalVariable. dump(Dumper d, boolean defines)
Dumper
StackSSALabel. dump(Dumper d, boolean defines)
abstract Dumper
AbstractLValue. dumpInner(Dumper d)
Dumper
ArrayVariable. dumpInner(Dumper d)
Dumper
FieldVariable. dumpInner(Dumper d)
Dumper
LocalVariable. dumpInner(Dumper d)
Dumper
SentinelLocalClassLValue. dumpInner(Dumper d)
Dumper
StackSSALabel. dumpInner(Dumper d)
Dumper
StaticVariable. dumpInner(Dumper d)
Dumper
AbstractLValue. dumpWithOuterPrecedence(Dumper d, Precedence outerP, Troolean isLhs)
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type Dumper Modifier and Type Method Description Dumper
AbstractLValue. dump(Dumper d)
Dumper
AbstractLValue. dump(Dumper d, boolean defines)
Dumper
LocalVariable. dump(Dumper d, boolean defines)
Dumper
StackSSALabel. dump(Dumper d, boolean defines)
abstract Dumper
AbstractLValue. dumpInner(Dumper d)
Dumper
ArrayVariable. dumpInner(Dumper d)
Dumper
FieldVariable. dumpInner(Dumper d)
Dumper
LocalVariable. dumpInner(Dumper d)
Dumper
SentinelLocalClassLValue. dumpInner(Dumper d)
Dumper
StackSSALabel. dumpInner(Dumper d)
Dumper
StaticVariable. dumpInner(Dumper d)
Dumper
AbstractLValue. dumpWithOuterPrecedence(Dumper d, Precedence outerP, Troolean isLhs)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.parse.statement
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return Dumper Modifier and Type Method Description Dumper
AnonBreakTarget. dump(Dumper dumper)
Dumper
AssignmentPreMutation. dump(Dumper dumper)
Dumper
AssignmentSimple. dump(Dumper d)
Dumper
CaseStatement. dump(Dumper dumper)
Dumper
CatchStatement. dump(Dumper dumper)
Dumper
CommentStatement. dump(Dumper dumper)
Dumper
CompoundStatement. dump(Dumper dumper)
Dumper
ConstructorStatement. dump(Dumper dumper)
Dumper
DoStatement. dump(Dumper dumper)
Dumper
ExpressionStatement. dump(Dumper d)
Dumper
FinallyStatement. dump(Dumper dumper)
Dumper
ForIterStatement. dump(Dumper dumper)
Dumper
ForStatement. dump(Dumper dumper)
Dumper
GotoStatement. dump(Dumper dumper)
Dumper
IfExitingStatement. dump(Dumper dumper)
Dumper
IfStatement. dump(Dumper dumper)
Dumper
JSRCallStatement. dump(Dumper dumper)
Dumper
JSRRetStatement. dump(Dumper dumper)
Dumper
MonitorEnterStatement. dump(Dumper dumper)
Dumper
MonitorExitStatement. dump(Dumper dumper)
Dumper
Nop. dump(Dumper dumper)
Dumper
RawSwitchStatement. dump(Dumper dumper)
Dumper
ReturnNothingStatement. dump(Dumper dumper)
Dumper
ReturnValueStatement. dump(Dumper dumper)
Dumper
SwitchStatement. dump(Dumper dumper)
Dumper
ThrowStatement. dump(Dumper dumper)
Dumper
TryStatement. dump(Dumper dumper)
Dumper
WhileStatement. dump(Dumper dumper)
Dumper
CommentStatement.StatementExpression. dumpInner(Dumper d)
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type Dumper Modifier and Type Method Description Dumper
AnonBreakTarget. dump(Dumper dumper)
Dumper
AssignmentPreMutation. dump(Dumper dumper)
Dumper
AssignmentSimple. dump(Dumper d)
Dumper
CaseStatement. dump(Dumper dumper)
Dumper
CatchStatement. dump(Dumper dumper)
Dumper
CommentStatement. dump(Dumper dumper)
Dumper
CompoundStatement. dump(Dumper dumper)
Dumper
ConstructorStatement. dump(Dumper dumper)
Dumper
DoStatement. dump(Dumper dumper)
Dumper
ExpressionStatement. dump(Dumper d)
Dumper
FinallyStatement. dump(Dumper dumper)
Dumper
ForIterStatement. dump(Dumper dumper)
Dumper
ForStatement. dump(Dumper dumper)
Dumper
GotoStatement. dump(Dumper dumper)
Dumper
IfExitingStatement. dump(Dumper dumper)
Dumper
IfStatement. dump(Dumper dumper)
Dumper
JSRCallStatement. dump(Dumper dumper)
Dumper
JSRRetStatement. dump(Dumper dumper)
Dumper
MonitorEnterStatement. dump(Dumper dumper)
Dumper
MonitorExitStatement. dump(Dumper dumper)
Dumper
Nop. dump(Dumper dumper)
Dumper
RawSwitchStatement. dump(Dumper dumper)
Dumper
ReturnNothingStatement. dump(Dumper dumper)
Dumper
ReturnValueStatement. dump(Dumper dumper)
Dumper
SwitchStatement. dump(Dumper dumper)
Dumper
ThrowStatement. dump(Dumper dumper)
Dumper
TryStatement. dump(Dumper dumper)
Dumper
WhileStatement. dump(Dumper dumper)
Dumper
CommentStatement.StatementExpression. dumpInner(Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope that return Dumper Modifier and Type Method Description Dumper
LocalClassScopeDiscoverImpl.SentinelNV. dump(Dumper d)
Dumper
LocalClassScopeDiscoverImpl.SentinelNV. dump(Dumper d, boolean defines)
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope with parameters of type Dumper Modifier and Type Method Description Dumper
LocalClassScopeDiscoverImpl.SentinelNV. dump(Dumper d)
Dumper
LocalClassScopeDiscoverImpl.SentinelNV. dump(Dumper d, boolean defines)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return Dumper Modifier and Type Method Description Dumper
WildcardMatch.DebugDumpable. dump(Dumper dumper)
Dumper
WildcardMatch.LValueWildcard. dump(Dumper d, boolean defines)
Dumper
WildcardMatch.AbstractBaseExpressionWildcard. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
Dumper
WildcardMatch.LValueWildcard. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type Dumper Modifier and Type Method Description Dumper
WildcardMatch.DebugDumpable. dump(Dumper dumper)
Dumper
WildcardMatch.LValueWildcard. dump(Dumper d, boolean defines)
Dumper
WildcardMatch.AbstractBaseExpressionWildcard. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
Dumper
WildcardMatch.LValueWildcard. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.structured.expression
Methods in org.benf.cfr.reader.bytecode.analysis.structured.expression that return Dumper Modifier and Type Method Description Dumper
StructuredStatementExpression. dumpInner(Dumper d)
Methods in org.benf.cfr.reader.bytecode.analysis.structured.expression with parameters of type Dumper Modifier and Type Method Description Dumper
StructuredStatementExpression. dumpInner(Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement that return Dumper Modifier and Type Method Description Dumper
Block. dump(Dumper d)
Dumper
StructuredAssert. dump(Dumper dumper)
Dumper
StructuredAssignment. dump(Dumper dumper)
Dumper
StructuredBreak. dump(Dumper dumper)
Dumper
StructuredCase. dump(Dumper dumper)
Dumper
StructuredCatch. dump(Dumper dumper)
Dumper
StructuredComment. dump(Dumper dumper)
Dumper
StructuredContinue. dump(Dumper dumper)
Dumper
StructuredDefinition. dump(Dumper dumper)
Dumper
StructuredDo. dump(Dumper dumper)
Dumper
StructuredExpressionStatement. dump(Dumper dumper)
Dumper
StructuredExpressionYield. dump(Dumper dumper)
Dumper
StructuredFakeDecompFailure. dump(Dumper dumper)
Dumper
StructuredFinally. dump(Dumper dumper)
Dumper
StructuredFor. dump(Dumper dumper)
Dumper
StructuredIf. dump(Dumper dumper)
Dumper
StructuredIter. dump(Dumper dumper)
Dumper
StructuredReturn. dump(Dumper dumper)
Dumper
StructuredSwitch. dump(Dumper dumper)
Dumper
StructuredSynchronized. dump(Dumper dumper)
Dumper
StructuredThrow. dump(Dumper dumper)
Dumper
StructuredTry. dump(Dumper dumper)
Dumper
StructuredWhile. dump(Dumper dumper)
Dumper
UnstructuredAnonBreakTarget. dump(Dumper dumper)
Dumper
UnstructuredAnonymousBreak. dump(Dumper dumper)
Dumper
UnstructuredBreak. dump(Dumper dumper)
Dumper
UnstructuredCase. dump(Dumper dumper)
Dumper
UnstructuredCatch. dump(Dumper dumper)
Dumper
UnstructuredContinue. dump(Dumper dumper)
Dumper
UnstructuredDo. dump(Dumper dumper)
Dumper
UnstructuredFinally. dump(Dumper dumper)
Dumper
UnstructuredFor. dump(Dumper dumper)
Dumper
UnstructuredGoto. dump(Dumper dumper)
Dumper
UnstructuredIf. dump(Dumper dumper)
Dumper
UnstructuredIter. dump(Dumper dumper)
Dumper
UnstructuredSwitch. dump(Dumper dumper)
Dumper
UnstructuredSynchronized. dump(Dumper dumper)
Dumper
UnstructuredTry. dump(Dumper dumper)
Dumper
UnstructuredWhile. dump(Dumper dumper)
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type Dumper Modifier and Type Method Description Dumper
Block. dump(Dumper d)
Dumper
StructuredAssert. dump(Dumper dumper)
Dumper
StructuredAssignment. dump(Dumper dumper)
Dumper
StructuredBreak. dump(Dumper dumper)
Dumper
StructuredCase. dump(Dumper dumper)
Dumper
StructuredCatch. dump(Dumper dumper)
Dumper
StructuredComment. dump(Dumper dumper)
Dumper
StructuredContinue. dump(Dumper dumper)
Dumper
StructuredDefinition. dump(Dumper dumper)
Dumper
StructuredDo. dump(Dumper dumper)
Dumper
StructuredExpressionStatement. dump(Dumper dumper)
Dumper
StructuredExpressionYield. dump(Dumper dumper)
Dumper
StructuredFakeDecompFailure. dump(Dumper dumper)
Dumper
StructuredFinally. dump(Dumper dumper)
Dumper
StructuredFor. dump(Dumper dumper)
Dumper
StructuredIf. dump(Dumper dumper)
Dumper
StructuredIter. dump(Dumper dumper)
Dumper
StructuredReturn. dump(Dumper dumper)
Dumper
StructuredSwitch. dump(Dumper dumper)
Dumper
StructuredSynchronized. dump(Dumper dumper)
Dumper
StructuredThrow. dump(Dumper dumper)
Dumper
StructuredTry. dump(Dumper dumper)
Dumper
StructuredWhile. dump(Dumper dumper)
Dumper
UnstructuredAnonBreakTarget. dump(Dumper dumper)
Dumper
UnstructuredAnonymousBreak. dump(Dumper dumper)
Dumper
UnstructuredBreak. dump(Dumper dumper)
Dumper
UnstructuredCase. dump(Dumper dumper)
Dumper
UnstructuredCatch. dump(Dumper dumper)
Dumper
UnstructuredContinue. dump(Dumper dumper)
Dumper
UnstructuredDo. dump(Dumper dumper)
Dumper
UnstructuredFinally. dump(Dumper dumper)
Dumper
UnstructuredFor. dump(Dumper dumper)
Dumper
UnstructuredGoto. dump(Dumper dumper)
Dumper
UnstructuredIf. dump(Dumper dumper)
Dumper
UnstructuredIter. dump(Dumper dumper)
Dumper
UnstructuredSwitch. dump(Dumper dumper)
Dumper
UnstructuredSynchronized. dump(Dumper dumper)
Dumper
UnstructuredTry. dump(Dumper dumper)
Dumper
UnstructuredWhile. dump(Dumper dumper)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder that return Dumper Modifier and Type Method Description Dumper
AbstractPlaceholder. dump(Dumper dumper)
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder with parameters of type Dumper Modifier and Type Method Description Dumper
AbstractPlaceholder. dump(Dumper dumper)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types that return Dumper Modifier and Type Method Description Dumper
FormalTypeParameter. dump(Dumper d)
Dumper
FormalTypeParameter. dump(Dumper d, java.util.List<AnnotationTableTypeEntry> typeAnnotations, java.util.List<AnnotationTableTypeEntry> typeBoundAnnotations)
Dumper
JavaArrayTypeInstance.Annotated. dump(Dumper d)
Dumper
JavaGenericPlaceholderTypeInstance.Annotated. dump(Dumper d)
Dumper
JavaGenericRefTypeInstance.Annotated. dump(Dumper d)
Dumper
JavaRefTypeInstance.Annotated. dump(Dumper d)
Dumper
JavaWildcardTypeInstance.Annotated. dump(Dumper d)
Dumper
RawJavaType.Annotated. dump(Dumper d)
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type Dumper Modifier and Type Method Description Dumper
FormalTypeParameter. dump(Dumper d)
Dumper
FormalTypeParameter. dump(Dumper d, java.util.List<AnnotationTableTypeEntry> typeAnnotations, java.util.List<AnnotationTableTypeEntry> typeBoundAnnotations)
Dumper
JavaArrayTypeInstance.Annotated. dump(Dumper d)
Dumper
JavaGenericPlaceholderTypeInstance.Annotated. dump(Dumper d)
Dumper
JavaGenericRefTypeInstance.Annotated. dump(Dumper d)
Dumper
JavaRefTypeInstance.Annotated. dump(Dumper d)
private void
JavaRefTypeInstance.Annotated. dump(Dumper d, boolean hasDumpedType)
Dumper
JavaWildcardTypeInstance.Annotated. dump(Dumper d)
Dumper
RawJavaType.Annotated. dump(Dumper d)
(package private) static void
MethodPrototypeAnnotationsHelper. dumpAnnotationTableEntries(java.util.List<? extends AnnotationTableEntry> annotationTableEntries, Dumper d)
void
MethodPrototype. dumpAppropriatelyCastedArgumentString(Expression expression, Dumper d)
void
MethodPrototype. dumpDeclarationSignature(Dumper d, java.lang.String methName, Method.MethodConstructor isConstructor, MethodPrototypeAnnotationsHelper annotationsHelper, java.util.List<AnnotationTableTypeEntry> returnTypeAnnotations)
void
JavaArrayTypeInstance. dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext)
void
JavaGenericPlaceholderTypeInstance. dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext)
void
JavaGenericRefTypeInstance. dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext)
void
JavaIntersectionTypeInstance. dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext)
void
JavaRefTypeInstance. dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext)
void
JavaTypeInstance. dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext)
void
JavaWildcardTypeInstance. dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext)
void
RawJavaType. dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext)
(package private) void
MethodPrototypeAnnotationsHelper. dumpParamType(JavaTypeInstance arg, int paramIdx, Dumper d)
private void
JavaArrayTypeInstance. toCommonString(int numDims, Dumper d)
(package private) void
JavaArrayTypeInstance. toVarargString(Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.bytecode.analysis.variables
Methods in org.benf.cfr.reader.bytecode.analysis.variables that return Dumper Modifier and Type Method Description Dumper
NamedVariable. dump(Dumper d)
Dumper
NamedVariable. dump(Dumper d, boolean defines)
Dumper
NamedVariableDefault. dump(Dumper d)
Dumper
NamedVariableDefault. dump(Dumper d, boolean defines)
Dumper
NamedVariableFromHint. dump(Dumper d)
Dumper
NamedVariableFromHint. dump(Dumper d, boolean defines)
Methods in org.benf.cfr.reader.bytecode.analysis.variables with parameters of type Dumper Modifier and Type Method Description Dumper
NamedVariable. dump(Dumper d)
Dumper
NamedVariable. dump(Dumper d, boolean defines)
Dumper
NamedVariableDefault. dump(Dumper d)
Dumper
NamedVariableDefault. dump(Dumper d, boolean defines)
Dumper
NamedVariableFromHint. dump(Dumper d)
Dumper
NamedVariableFromHint. dump(Dumper d, boolean defines)
-
Uses of Dumper in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities that return Dumper Modifier and Type Method Description Dumper
ClassFile. dump(Dumper d)
Dumper
FakeMethod. dump(Dumper d)
Dumper
ClassFile. dumpAsInlineClass(Dumper d)
Methods in org.benf.cfr.reader.entities with parameters of type Dumper Modifier and Type Method Description Dumper
ClassFile. dump(Dumper d)
void
ClassFileField. dump(Dumper d, ClassFile owner)
Dumper
FakeMethod. dump(Dumper d)
void
Field. dump(Dumper d, java.lang.String name, ClassFile owner, boolean asRecordField)
void
Method. dump(Dumper d, boolean asClass)
Dumper
ClassFile. dumpAsInlineClass(Dumper d)
void
ClassFileField. dumpAsRecord(Dumper d, ClassFile owner)
void
ClassFile. dumpClassIdentity(Dumper d)
private void
Method. dumpComments(Dumper d)
private void
Method. dumpMethodAnnotations(Dumper d, java.util.List<AnnotationTableEntry> nullableDeclAnnotations)
void
ClassFile. dumpNamedInnerClasses(Dumper d)
void
ClassFile. dumpPermitted(Dumper d)
void
ClassFile. dumpReceiverClassIdentity(java.util.List<AnnotationTableTypeEntry> recieverAnnotations, Dumper d)
private void
Method. dumpSignatureText(boolean asClass, Dumper d)
private static void
ClassFile. getFormalParametersText(ClassSignature signature, TypeAnnotationHelper ah, UnaryFunction<java.lang.Integer,Predicate<AnnotationTableTypeEntry>> typeAnnPredicateFact, UnaryFunction<java.lang.Integer,Predicate<AnnotationTableTypeEntry>> typeBoundAnnPredicateFact, Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.entities.annotations
Methods in org.benf.cfr.reader.entities.annotations that return Dumper Modifier and Type Method Description Dumper
AnnotationTableEntry. dump(Dumper d)
Dumper
ElementValueAnnotation. dump(Dumper d)
Dumper
ElementValueArray. dump(Dumper d)
Dumper
ElementValueClass. dump(Dumper d)
Dumper
ElementValueConst. dump(Dumper d)
Dumper
ElementValueEnum. dump(Dumper d)
Methods in org.benf.cfr.reader.entities.annotations with parameters of type Dumper Modifier and Type Method Description Dumper
AnnotationTableEntry. dump(Dumper d)
Dumper
ElementValueAnnotation. dump(Dumper d)
Dumper
ElementValueArray. dump(Dumper d)
Dumper
ElementValueClass. dump(Dumper d)
Dumper
ElementValueConst. dump(Dumper d)
Dumper
ElementValueEnum. dump(Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.entities.attributes
Methods in org.benf.cfr.reader.entities.attributes that return Dumper Modifier and Type Method Description abstract Dumper
Attribute. dump(Dumper d)
Dumper
AttributeAnnotationDefault. dump(Dumper d)
Dumper
AttributeAnnotations. dump(Dumper d)
Dumper
AttributeBootstrapMethods. dump(Dumper d)
Dumper
AttributeCode. dump(Dumper d)
Dumper
AttributeConstantValue. dump(Dumper d)
Dumper
AttributeDeprecated. dump(Dumper d)
Dumper
AttributeEnclosingMethod. dump(Dumper d)
Dumper
AttributeExceptions. dump(Dumper d)
Dumper
AttributeInnerClasses. dump(Dumper d)
Dumper
AttributeLineNumberTable. dump(Dumper d)
Dumper
AttributeLocalVariableTable. dump(Dumper d)
Dumper
AttributeLocalVariableTypeTable. dump(Dumper d)
Dumper
AttributeModule. dump(Dumper d)
Dumper
AttributeModuleClassMain. dump(Dumper d)
Dumper
AttributeModulePackages. dump(Dumper d)
Dumper
AttributeParameterAnnotations. dump(Dumper d)
Dumper
AttributePermittedSubclasses. dump(Dumper d)
Dumper
AttributeScala. dump(Dumper d)
Dumper
AttributeScalaSig. dump(Dumper d)
Dumper
AttributeSignature. dump(Dumper d)
Dumper
AttributeSourceFile. dump(Dumper d)
Dumper
AttributeStackMapTable. dump(Dumper d)
Dumper
AttributeSynthetic. dump(Dumper d)
Dumper
AttributeTypeAnnotations. dump(Dumper d)
Dumper
AttributeUnknown. dump(Dumper d)
Methods in org.benf.cfr.reader.entities.attributes with parameters of type Dumper Modifier and Type Method Description abstract Dumper
Attribute. dump(Dumper d)
Dumper
AttributeAnnotationDefault. dump(Dumper d)
Dumper
AttributeAnnotations. dump(Dumper d)
Dumper
AttributeBootstrapMethods. dump(Dumper d)
Dumper
AttributeCode. dump(Dumper d)
Dumper
AttributeConstantValue. dump(Dumper d)
Dumper
AttributeDeprecated. dump(Dumper d)
Dumper
AttributeEnclosingMethod. dump(Dumper d)
Dumper
AttributeExceptions. dump(Dumper d)
Dumper
AttributeInnerClasses. dump(Dumper d)
Dumper
AttributeLineNumberTable. dump(Dumper d)
Dumper
AttributeLocalVariableTable. dump(Dumper d)
Dumper
AttributeLocalVariableTypeTable. dump(Dumper d)
Dumper
AttributeModule. dump(Dumper d)
Dumper
AttributeModuleClassMain. dump(Dumper d)
Dumper
AttributeModulePackages. dump(Dumper d)
Dumper
AttributeParameterAnnotations. dump(Dumper d)
Dumper
AttributePermittedSubclasses. dump(Dumper d)
Dumper
AttributeScala. dump(Dumper d)
Dumper
AttributeScalaSig. dump(Dumper d)
Dumper
AttributeSignature. dump(Dumper d)
Dumper
AttributeSourceFile. dump(Dumper d)
Dumper
AttributeStackMapTable. dump(Dumper d)
Dumper
AttributeSynthetic. dump(Dumper d)
Dumper
AttributeTypeAnnotations. dump(Dumper d)
Dumper
AttributeUnknown. dump(Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.entities.classfilehelpers
Methods in org.benf.cfr.reader.entities.classfilehelpers that return Dumper Modifier and Type Method Description Dumper
ClassFileDumper. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperAnnotation. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperAnonymousInner. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperEnum. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperInterface. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperModule. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperNormal. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperRecord. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperAnonymousInner. dumpWithArgs(ClassFile classFile, MethodPrototype usedMethod, java.util.List<Expression> args, boolean isEnum, Dumper d)
Methods in org.benf.cfr.reader.entities.classfilehelpers with parameters of type Dumper Modifier and Type Method Description Dumper
ClassFileDumper. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperAnnotation. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperAnonymousInner. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperEnum. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperInterface. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperModule. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperNormal. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
Dumper
ClassFileDumperRecord. dump(ClassFile classFile, ClassFileDumper.InnerClassDumpType innerClass, Dumper d)
(package private) void
AbstractClassFileDumper. dumpAnnotations(ClassFile classFile, Dumper d)
(package private) void
AbstractClassFileDumper. dumpComments(ClassFile classFile, Dumper d)
private static void
ClassFileDumperEnum. dumpEntry(Dumper d, Pair<StaticVariable,AbstractConstructorInvokation> entry, boolean last, JavaTypeInstance classType)
private void
ClassFileDumperAnnotation. dumpHeader(ClassFile c, ClassFileDumper.InnerClassDumpType innerClassDumpType, Dumper d)
private static void
ClassFileDumperEnum. dumpHeader(ClassFile c, ClassFileDumper.InnerClassDumpType innerClassDumpType, Dumper d)
private void
ClassFileDumperInterface. dumpHeader(ClassFile c, ClassFileDumper.InnerClassDumpType innerClassDumpType, Dumper d)
private void
ClassFileDumperNormal. dumpHeader(ClassFile c, ClassFileDumper.InnerClassDumpType innerClassDumpType, Dumper d)
private void
ClassFileDumperRecord. dumpHeader(ClassFile c, ClassFileDumper.InnerClassDumpType innerClassDumpType, Dumper d)
protected void
AbstractClassFileDumper. dumpImplements(Dumper d, ClassSignature signature)
(package private) void
AbstractClassFileDumper. dumpImports(Dumper d, ClassFile classFile)
(package private) void
AbstractClassFileDumper. dumpMethods(ClassFile classFile, Dumper d, boolean first, boolean asClass)
private void
ClassFileDumperModule. dumpOpensExports(ConstantPool cp, Dumper d, java.util.List<AttributeModule.ExportOpen> l, java.lang.String prefix)
private void
ClassFileDumperInterface. dumpPackageInfo(ClassFile classFile, Dumper d)
protected void
AbstractClassFileDumper. dumpPermitted(ClassFile c, Dumper d)
private void
ClassFileDumperModule. dumpProvides(ConstantPool cp, Dumper d, java.util.List<AttributeModule.Provide> l)
private void
ClassFileDumperModule. dumpRequires(ConstantPool cp, Dumper d, java.util.List<AttributeModule.Require> l)
(package private) void
AbstractClassFileDumper. dumpTopHeader(ClassFile classFile, Dumper d, boolean showPackage)
Dumper
ClassFileDumperAnonymousInner. dumpWithArgs(ClassFile classFile, MethodPrototype usedMethod, java.util.List<Expression> args, boolean isEnum, Dumper d)
private boolean
ClassFileDumperInterface. isPackageInfo(ClassFile classFile, Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool with parameters of type Dumper Modifier and Type Method Description void
ConstantPoolEntry. dump(Dumper d)
void
ConstantPoolEntryClass. dump(Dumper d)
void
ConstantPoolEntryDouble. dump(Dumper d)
void
ConstantPoolEntryDynamicInfo. dump(Dumper d)
void
ConstantPoolEntryFieldRef. dump(Dumper d)
void
ConstantPoolEntryFloat. dump(Dumper d)
void
ConstantPoolEntryInteger. dump(Dumper d)
void
ConstantPoolEntryInvokeDynamic. dump(Dumper d)
void
ConstantPoolEntryLong. dump(Dumper d)
void
ConstantPoolEntryMethodHandle. dump(Dumper d)
void
ConstantPoolEntryMethodRef. dump(Dumper d)
void
ConstantPoolEntryMethodType. dump(Dumper d)
void
ConstantPoolEntryModuleInfo. dump(Dumper d)
void
ConstantPoolEntryNameAndType. dump(Dumper d)
void
ConstantPoolEntryPackageInfo. dump(Dumper d)
void
ConstantPoolEntryString. dump(Dumper d)
void
ConstantPoolEntryUTF8. dump(Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.mapping
Classes in org.benf.cfr.reader.mapping that implement Dumper Modifier and Type Class Description private class
Mapping.ObfuscationWrappingDumper
Methods in org.benf.cfr.reader.mapping that return Dumper Modifier and Type Method Description Dumper
Mapping.ObfuscationWrappingDumper. dump(JavaTypeInstance javaTypeInstance)
Dumper
Mapping.ObfuscationWrappingDumper. dump(JavaTypeInstance javaTypeInstance, TypeContext typeContext)
Dumper
Mapping.ObfuscationWrappingDumper. fieldName(java.lang.String name, JavaTypeInstance owner, boolean hiddenDeclaration, boolean isStatic, boolean defines)
Dumper
Mapping.ObfuscationWrappingDumper. methodName(java.lang.String s, MethodPrototype p, boolean special, boolean defines)
Dumper
Mapping.ObfuscationWrappingDumper. packageName(JavaRefTypeInstance t)
Dumper
Mapping.ObfuscationWrappingDumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
Mapping. wrap(Dumper d)
Dumper
NullMapping. wrap(Dumper d)
Methods in org.benf.cfr.reader.mapping with parameters of type Dumper Modifier and Type Method Description private java.lang.String
ClassMapping. getClassFieldNameOrNull(java.lang.String name, Dumper d, Mapping mapping, JavaTypeInstance baseType)
(package private) java.lang.String
ClassMapping. getFieldName(java.lang.String name, JavaTypeInstance type, Dumper d, Mapping mapping, boolean isStatic)
private java.lang.String
ClassMapping. getFieldNameOrNull(java.lang.String name, JavaTypeInstance type, Dumper d, Mapping mapping)
private java.lang.String
ClassMapping. getInterfaceFieldNameOrNull(java.lang.String name, JavaTypeInstance type, Dumper d, Mapping mapping)
(package private) java.lang.String
ClassMapping. getMethodName(java.lang.String displayName, java.util.List<JavaTypeInstance> args, Mapping mapping, Dumper d)
Dumper
Mapping. wrap(Dumper d)
Dumper
NullMapping. wrap(Dumper d)
Constructors in org.benf.cfr.reader.mapping with parameters of type Dumper Constructor Description ObfuscationWrappingDumper(Dumper delegate)
ObfuscationWrappingDumper(Dumper delegate, TypeUsageInformation typeUsageInformation)
-
Uses of Dumper in org.benf.cfr.reader.state
Classes in org.benf.cfr.reader.state that implement Dumper Modifier and Type Class Description class
TypeUsageCollectingDumper
Methods in org.benf.cfr.reader.state that return Dumper Modifier and Type Method Description Dumper
TypeUsageCollectingDumper. beginBlockComment(boolean inline)
Dumper
TypeUsageCollectingDumper. comment(java.lang.String s)
Dumper
TypeUsageCollectingDumper. dump(JavaTypeInstance javaTypeInstance)
Dumper
TypeUsageCollectingDumper. dump(JavaTypeInstance javaTypeInstance, TypeContext typeContext)
Dumper
TypeUsageCollectingDumper. dump(Dumpable d)
Dumper
TypeUsageCollectingDumper. endBlockComment()
Dumper
TypeUsageCollectingDumper. endCodeln()
Dumper
TypeUsageCollectingDumper. explicitIndent()
Dumper
TypeUsageCollectingDumper. fieldName(java.lang.String name, JavaTypeInstance owner, boolean hiddenDeclaration, boolean isStatic, boolean defines)
Dumper
TypeUsageCollectingDumper. identifier(java.lang.String s, java.lang.Object ref, boolean defines)
Dumper
TypeUsageCollectingDumper. keyword(java.lang.String s)
Dumper
TypeUsageCollectingDumper. label(java.lang.String s, boolean inline)
Dumper
TypeUsageCollectingDumper. literal(java.lang.String s, java.lang.Object o)
Dumper
TypeUsageCollectingDumper. methodName(java.lang.String s, MethodPrototype p, boolean special, boolean defines)
Dumper
TypeUsageCollectingDumper. newln()
Dumper
TypeUsageCollectingDumper. operator(java.lang.String s)
Dumper
TypeUsageCollectingDumper. packageName(JavaRefTypeInstance t)
Dumper
TypeUsageCollectingDumper. print(char c)
Dumper
TypeUsageCollectingDumper. print(java.lang.String s)
Dumper
TypeUsageCollectingDumper. removePendingCarriageReturn()
Dumper
TypeUsageCollectingDumper. separator(java.lang.String s)
Dumper
TypeUsageCollectingDumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
ObfuscationRewriter. wrap(Dumper d)
Methods in org.benf.cfr.reader.state with parameters of type Dumper Modifier and Type Method Description Dumper
ObfuscationRewriter. wrap(Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.util
Methods in org.benf.cfr.reader.util that return Dumper Modifier and Type Method Description Dumper
DecompilerComment. dump(Dumper d)
Dumper
DecompilerComments. dump(Dumper d)
Methods in org.benf.cfr.reader.util with parameters of type Dumper Modifier and Type Method Description static boolean
StringUtils. comma(boolean first, Dumper d)
Dumper
DecompilerComment. dump(Dumper d)
Dumper
DecompilerComments. dump(Dumper d)
static boolean
StringUtils. space(boolean first, Dumper d)
-
Uses of Dumper in org.benf.cfr.reader.util.output
Classes in org.benf.cfr.reader.util.output that implement Dumper Modifier and Type Class Description (package private) class
AbstractDumper
(package private) class
BytecodeTrackingDumper
class
DelegatingDumper
class
FileDumper
class
StdIODumper
class
StreamDumper
class
StringStreamDumper
class
TokenStreamDumper
class
ToStringDumper
class
TypeOverridingDumper
Fields in org.benf.cfr.reader.util.output declared as Dumper Modifier and Type Field Description protected Dumper
DelegatingDumper. delegate
private Dumper
InternalDumperFactoryImpl.BytecodeDumpConsumerImpl. dumper
Methods in org.benf.cfr.reader.util.output that return Dumper Modifier and Type Method Description Dumper
AbstractDumper. beginBlockComment(boolean inline)
Dumper
DelegatingDumper. beginBlockComment(boolean inline)
Dumper
Dumper. beginBlockComment(boolean inline)
Dumper
TokenStreamDumper. beginBlockComment(boolean inline)
Dumper
AbstractDumper. comment(java.lang.String s)
Dumper
DelegatingDumper. comment(java.lang.String s)
Dumper
Dumper. comment(java.lang.String s)
Dumper
TokenStreamDumper. comment(java.lang.String s)
Dumper
AbstractDumper. dump(JavaTypeInstance javaTypeInstance)
Dumper
DelegatingDumper. dump(JavaTypeInstance javaTypeInstance)
Dumper
DelegatingDumper. dump(JavaTypeInstance javaTypeInstance, TypeContext typeContext)
Dumper
DelegatingDumper. dump(Dumpable d)
Dumper
Dumpable. dump(Dumper d)
Dumper
Dumper. dump(JavaTypeInstance javaTypeInstance)
Dumper
Dumper. dump(JavaTypeInstance javaTypeInstance, TypeContext typeContext)
Dumper
Dumper. dump(Dumpable d)
Dumper
StreamDumper. dump(JavaTypeInstance javaTypeInstance, TypeContext typeContext)
Dumper
StreamDumper. dump(Dumpable d)
Dumper
TokenStreamDumper. dump(JavaTypeInstance javaTypeInstance, TypeContext typeContext)
Dumper
TokenStreamDumper. dump(Dumpable d)
Dumper
ToStringDumper. dump(JavaTypeInstance javaTypeInstance, TypeContext typeContext)
Dumper
ToStringDumper. dump(Dumpable d)
Dumper
TypeOverridingDumper. dump(JavaTypeInstance javaTypeInstance)
Dumper
TypeOverridingDumper. dump(JavaTypeInstance javaTypeInstance, TypeContext typeContext)
Dumper
DumpableWithPrecedence. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
Dumper
AbstractDumper. endBlockComment()
Dumper
DelegatingDumper. endBlockComment()
Dumper
Dumper. endBlockComment()
Dumper
TokenStreamDumper. endBlockComment()
Dumper
DelegatingDumper. endCodeln()
Dumper
Dumper. endCodeln()
Dumper
StreamDumper. endCodeln()
Dumper
TokenStreamDumper. endCodeln()
Dumper
ToStringDumper. endCodeln()
Dumper
DelegatingDumper. explicitIndent()
Dumper
Dumper. explicitIndent()
Dumper
StreamDumper. explicitIndent()
Dumper
TokenStreamDumper. explicitIndent()
Dumper
ToStringDumper. explicitIndent()
Dumper
DelegatingDumper. fieldName(java.lang.String name, JavaTypeInstance owner, boolean hiddenDeclaration, boolean isStatic, boolean defines)
Dumper
Dumper. fieldName(java.lang.String name, JavaTypeInstance owner, boolean hiddenDeclaration, boolean isStatic, boolean defines)
Dumper
StreamDumper. fieldName(java.lang.String name, JavaTypeInstance owner, boolean hiddenDeclaration, boolean isStatic, boolean defines)
Dumper
TokenStreamDumper. fieldName(java.lang.String name, JavaTypeInstance owner, boolean hiddenDeclaration, boolean isStatic, boolean defines)
Dumper
ToStringDumper. fieldName(java.lang.String name, JavaTypeInstance owner, boolean hiddenDeclaration, boolean isStatic, boolean defines)
Dumper
DumperFactory. getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
Dumper
InternalDumperFactoryImpl. getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
Dumper
SinkDumperFactory. getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
private Dumper
SinkDumperFactory. getTopLevelDumper2(JavaTypeInstance classType, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump, java.util.List<OutputSinkFactory.SinkClass> supported, MethodErrorCollector methodErrorCollector)
Dumper
DelegatingDumper. identifier(java.lang.String s, java.lang.Object ref, boolean defines)
Dumper
Dumper. identifier(java.lang.String s, java.lang.Object ref, boolean defines)
Dumper
StreamDumper. identifier(java.lang.String s, java.lang.Object ref, boolean defines)
Dumper
TokenStreamDumper. identifier(java.lang.String s, java.lang.Object ref, boolean defines)
Dumper
ToStringDumper. identifier(java.lang.String s, java.lang.Object ref, boolean defines)
Dumper
DelegatingDumper. keyword(java.lang.String s)
Dumper
Dumper. keyword(java.lang.String s)
Dumper
StreamDumper. keyword(java.lang.String s)
Dumper
TokenStreamDumper. keyword(java.lang.String s)
Dumper
ToStringDumper. keyword(java.lang.String s)
Dumper
DelegatingDumper. label(java.lang.String s, boolean inline)
Dumper
Dumper. label(java.lang.String s, boolean inline)
Dumper
StreamDumper. label(java.lang.String s, boolean inline)
Dumper
TokenStreamDumper. label(java.lang.String s, boolean inline)
Dumper
ToStringDumper. label(java.lang.String s, boolean inline)
Dumper
DelegatingDumper. literal(java.lang.String s, java.lang.Object o)
Dumper
Dumper. literal(java.lang.String s, java.lang.Object o)
Dumper
StreamDumper. literal(java.lang.String s, java.lang.Object o)
Dumper
TokenStreamDumper. literal(java.lang.String s, java.lang.Object o)
Dumper
ToStringDumper. literal(java.lang.String s, java.lang.Object o)
Dumper
DelegatingDumper. methodName(java.lang.String s, MethodPrototype p, boolean special, boolean defines)
Dumper
Dumper. methodName(java.lang.String s, MethodPrototype p, boolean special, boolean defines)
Dumper
StreamDumper. methodName(java.lang.String s, MethodPrototype p, boolean special, boolean defines)
Dumper
TokenStreamDumper. methodName(java.lang.String s, MethodPrototype p, boolean special, boolean defines)
Dumper
ToStringDumper. methodName(java.lang.String s, MethodPrototype p, boolean special, boolean defines)
Dumper
DelegatingDumper. newln()
Dumper
Dumper. newln()
Dumper
StreamDumper. newln()
Dumper
TokenStreamDumper. newln()
Dumper
ToStringDumper. newln()
Dumper
DelegatingDumper. operator(java.lang.String s)
Dumper
Dumper. operator(java.lang.String s)
Dumper
StreamDumper. operator(java.lang.String s)
Dumper
TokenStreamDumper. operator(java.lang.String s)
Dumper
ToStringDumper. operator(java.lang.String s)
Dumper
DelegatingDumper. packageName(JavaRefTypeInstance t)
Dumper
Dumper. packageName(JavaRefTypeInstance t)
Dumper
StreamDumper. packageName(JavaRefTypeInstance t)
Dumper
TokenStreamDumper. packageName(JavaRefTypeInstance t)
Dumper
ToStringDumper. packageName(JavaRefTypeInstance t)
Dumper
DelegatingDumper. print(char c)
Dumper
DelegatingDumper. print(java.lang.String s)
Dumper
Dumper. print(char c)
Dumper
Dumper. print(java.lang.String s)
Dumper
StreamDumper. print(char c)
Dumper
StreamDumper. print(java.lang.String s)
Dumper
TokenStreamDumper. print(char c)
Dumper
TokenStreamDumper. print(java.lang.String s)
Dumper
ToStringDumper. print(char c)
Dumper
ToStringDumper. print(java.lang.String s)
Dumper
AbstractDumper. removePendingCarriageReturn()
Dumper
DelegatingDumper. removePendingCarriageReturn()
Dumper
Dumper. removePendingCarriageReturn()
Dumper
TokenStreamDumper. removePendingCarriageReturn()
Dumper
DelegatingDumper. separator(java.lang.String s)
Dumper
Dumper. separator(java.lang.String s)
Dumper
StreamDumper. separator(java.lang.String s)
Dumper
TokenStreamDumper. separator(java.lang.String s)
Dumper
ToStringDumper. separator(java.lang.String s)
private Dumper
SinkDumperFactory. SinkSourceClassDumper(OutputSinkFactory.Sink<SinkReturns.Decompiled> sink, int version, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
private Dumper
SinkDumperFactory. SinkSourceClassDumper(OutputSinkFactory.Sink<SinkReturns.Decompiled> sink, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
private Dumper
SinkDumperFactory. SinkStringClassDumper(OutputSinkFactory.Sink<java.lang.String> sink, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
private Dumper
SinkDumperFactory. TokenStreamClassDumper(OutputSinkFactory.Sink<SinkReturns.Token> sink, int version, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
Dumper
DelegatingDumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
Dumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
FileDumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
StdIODumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
StringStreamDumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
TokenStreamDumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
ToStringDumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
TypeOverridingDumper. withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
Dumper
DumperFactory. wrapLineNoDumper(Dumper dumper)
Dumper
InternalDumperFactoryImpl. wrapLineNoDumper(Dumper dumper)
Dumper
SinkDumperFactory. wrapLineNoDumper(Dumper dumper)
Methods in org.benf.cfr.reader.util.output with parameters of type Dumper Modifier and Type Method Description Dumper
Dumpable. dump(Dumper d)
Dumper
DumpableWithPrecedence. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
Dumper
DumperFactory. wrapLineNoDumper(Dumper dumper)
Dumper
InternalDumperFactoryImpl. wrapLineNoDumper(Dumper dumper)
Dumper
SinkDumperFactory. wrapLineNoDumper(Dumper dumper)
Constructors in org.benf.cfr.reader.util.output with parameters of type Dumper Constructor Description BytecodeDumpConsumerImpl(Dumper dumper)
BytecodeTrackingDumper(Dumper dumper, BytecodeDumpConsumer consumer)
DelegatingDumper(Dumper delegate)
TypeOverridingDumper(Dumper delegate, TypeUsageInformation typeUsageInformation)
-