Uses of Interface
org.benf.cfr.reader.util.output.DumpableWithPrecedence
-
-
Uses of DumpableWithPrecedence in org.benf.cfr.reader.bytecode.analysis.parse
Subinterfaces of DumpableWithPrecedence in org.benf.cfr.reader.bytecode.analysis.parse Modifier and Type Interface Description interface
Expression
interface
LValue
-
Uses of DumpableWithPrecedence in org.benf.cfr.reader.bytecode.analysis.parse.expression
Subinterfaces of DumpableWithPrecedence in org.benf.cfr.reader.bytecode.analysis.parse.expression Modifier and Type Interface Description interface
ConditionalExpression
-
Uses of DumpableWithPrecedence in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Classes in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that implement DumpableWithPrecedence Modifier and Type Class Description class
AbstractFieldVariable
class
AbstractLValue
class
ArrayVariable
class
FieldVariable
Note - a field variable LValue means an lValue of ANY object.class
LocalVariable
class
SentinelLocalClassLValue
This is NOT an lvalue, however the definition of a local class follows the same scoping rulesclass
StackSSALabel
class
StaticVariable
-
Uses of DumpableWithPrecedence in org.benf.cfr.reader.bytecode.analysis.parse.statement
Classes in org.benf.cfr.reader.bytecode.analysis.parse.statement that implement DumpableWithPrecedence Modifier and Type Class Description private static class
CommentStatement.StatementExpression
-
Uses of DumpableWithPrecedence in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Classes in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that implement DumpableWithPrecedence Modifier and Type Class Description private static class
WildcardMatch.AbstractBaseExpressionWildcard
static class
WildcardMatch.AnyOneOfExpression
class
WildcardMatch.ArithmeticMutationWildcard
class
WildcardMatch.CastExpressionWildcard
class
WildcardMatch.ConditionalExpressionWildcard
class
WildcardMatch.ConstructorInvokationAnonymousInnerWildcard
class
WildcardMatch.ConstructorInvokationSimpleWildcard
class
WildcardMatch.ExpressionWildcard
class
WildcardMatch.LValueWildcard
class
WildcardMatch.MemberFunctionInvokationWildcard
class
WildcardMatch.NewArrayWildcard
class
WildcardMatch.StackLabelWildCard
class
WildcardMatch.StaticFunctionInvokationWildcard
class
WildcardMatch.StaticVariableWildcard
class
WildcardMatch.SuperFunctionInvokationWildcard
-
Uses of DumpableWithPrecedence in org.benf.cfr.reader.bytecode.analysis.structured.expression
Classes in org.benf.cfr.reader.bytecode.analysis.structured.expression that implement DumpableWithPrecedence Modifier and Type Class Description class
StructuredStatementExpression
-