Uses of Interface
org.benf.cfr.reader.util.TypeUsageCollectable
-
-
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.opgraph
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph that implement TypeUsageCollectable Modifier and Type Class Description classOp04StructuredStatement -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.parse
Subinterfaces of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.parse Modifier and Type Interface Description interfaceExpressioninterfaceLValue -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.parse.expression
Subinterfaces of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.parse.expression Modifier and Type Interface Description interfaceConditionalExpression -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.parse.literal
Classes in org.benf.cfr.reader.bytecode.analysis.parse.literal that implement TypeUsageCollectable Modifier and Type Class Description classTypedLiteral -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Classes in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that implement TypeUsageCollectable Modifier and Type Class Description classAbstractFieldVariableclassAbstractLValueclassArrayVariableclassFieldVariableNote - a field variable LValue means an lValue of ANY object.classLocalVariableclassSentinelLocalClassLValueThis is NOT an lvalue, however the definition of a local class follows the same scoping rulesclassStackSSALabelclassStaticVariable -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.parse.statement
Classes in org.benf.cfr.reader.bytecode.analysis.parse.statement that implement TypeUsageCollectable Modifier and Type Class Description private static classCommentStatement.StatementExpression -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Classes in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that implement TypeUsageCollectable Modifier and Type Class Description private static classWildcardMatch.AbstractBaseExpressionWildcardstatic classWildcardMatch.AnyOneOfExpressionclassWildcardMatch.ArithmeticMutationWildcardclassWildcardMatch.BlockWildcardclassWildcardMatch.CastExpressionWildcardclassWildcardMatch.ConditionalExpressionWildcardclassWildcardMatch.ConstructorInvokationAnonymousInnerWildcardclassWildcardMatch.ConstructorInvokationSimpleWildcardstatic classWildcardMatch.ExpressionWildcardstatic classWildcardMatch.LValueWildcardstatic classWildcardMatch.MemberFunctionInvokationWildcardclassWildcardMatch.NewArrayWildcardstatic classWildcardMatch.StackLabelWildCardclassWildcardMatch.StaticFunctionInvokationWildcardclassWildcardMatch.StaticVariableWildcardclassWildcardMatch.SuperFunctionInvokationWildcard -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.structured
Subinterfaces of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.structured Modifier and Type Interface Description interfaceStructuredStatement -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.structured.expression
Classes in org.benf.cfr.reader.bytecode.analysis.structured.expression that implement TypeUsageCollectable Modifier and Type Class Description classStructuredStatementExpression -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.structured.statement
-
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder
Classes in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder that implement TypeUsageCollectable Modifier and Type Class Description classAbstractPlaceholderclassBeginBlockclassElseBlockclassEndBlock -
Uses of TypeUsageCollectable in org.benf.cfr.reader.bytecode.analysis.types
Classes in org.benf.cfr.reader.bytecode.analysis.types that implement TypeUsageCollectable Modifier and Type Class Description classClassSignatureclassFormalTypeParameterclassMethodPrototype -
Uses of TypeUsageCollectable in org.benf.cfr.reader.entities
Classes in org.benf.cfr.reader.entities that implement TypeUsageCollectable Modifier and Type Class Description classClassFileclassFakeMethodclassFakeMethodsclassFieldclassMethod -
Uses of TypeUsageCollectable in org.benf.cfr.reader.entities.annotations
Subinterfaces of TypeUsageCollectable in org.benf.cfr.reader.entities.annotations Modifier and Type Interface Description interfaceElementValueClasses in org.benf.cfr.reader.entities.annotations that implement TypeUsageCollectable Modifier and Type Class Description classAnnotationTableEntryclassAnnotationTableTypeEntry<T extends TypeAnnotationTargetInfo>classElementValueAnnotationclassElementValueArrayclassElementValueClassclassElementValueConstclassElementValueEnum -
Uses of TypeUsageCollectable in org.benf.cfr.reader.entities.attributes
-
Uses of TypeUsageCollectable in org.benf.cfr.reader.entities.classfilehelpers
Subinterfaces of TypeUsageCollectable in org.benf.cfr.reader.entities.classfilehelpers Modifier and Type Interface Description interfaceClassFileDumperClasses in org.benf.cfr.reader.entities.classfilehelpers that implement TypeUsageCollectable Modifier and Type Class Description (package private) classAbstractClassFileDumperclassClassFileDumperAnnotationclassClassFileDumperAnonymousInnerclassClassFileDumperEnumThis isn't static - we populate it from the decoded enum information.classClassFileDumperInterfaceclassClassFileDumperModuleclassClassFileDumperNormalclassClassFileDumperRecord -
Uses of TypeUsageCollectable in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state with parameters of type TypeUsageCollectable Modifier and Type Method Description voidAbstractTypeUsageCollector. collectFrom(TypeUsageCollectable collectable)voidTypeUsageCollector. collectFrom(TypeUsageCollectable collectable)voidAbstractTypeUsageCollector. collectFromT(TypeUsageCollectable collectable)voidTypeUsageCollector. collectFromT(TypeUsageCollectable collectable)Method parameters in org.benf.cfr.reader.state with type arguments of type TypeUsageCollectable Modifier and Type Method Description voidAbstractTypeUsageCollector. collectFrom(java.util.Collection<? extends TypeUsageCollectable> collectables)voidTypeUsageCollector. collectFrom(java.util.Collection<? extends TypeUsageCollectable> collectables)
-