Package org.benf.cfr.reader.util.output
Interface DumpableWithPrecedence
-
- All Superinterfaces:
Dumpable
- All Known Subinterfaces:
ConditionalExpression,Expression,LValue
- All Known Implementing Classes:
AbstractAssignmentExpression,AbstractConstructorInvokation,AbstractExpression,AbstractFieldVariable,AbstractFunctionInvokation,AbstractFunctionInvokationExplicit,AbstractLValue,AbstractMemberFunctionInvokation,AbstractMutatingAssignmentExpression,AbstractNewArray,ArithmeticMonOperation,ArithmeticMutationOperation,ArithmeticOperation,ArithmeticPostMutationOperation,ArithmeticPreMutationOperation,ArrayIndex,ArrayLength,ArrayVariable,AssignmentExpression,BooleanExpression,BooleanOperation,CastExpression,CommentStatement.StatementExpression,ComparisonOperation,ConstructorInvokationAnonymousInner,ConstructorInvokationExplicit,ConstructorInvokationSimple,DynamicConstExpression,DynamicInvokation,FieldVariable,InstanceOfExpression,InstanceOfExpressionDefining,LambdaExpression,LambdaExpressionFallback,LambdaExpressionNewArray,Literal,LiteralHex,LocalVariable,LValueExpression,MemberFunctionInvokation,MemberFunctionInvokationExplicit,MethodHandlePlaceholder,NewAnonymousArray,NewObject,NewObjectArray,NewPrimitiveArray,NotOperation,SentinelLocalClassLValue,StackSSALabel,StackValue,StaticFunctionInvokation,StaticFunctionInvokationExplicit,StaticVariable,StructuredStatementExpression,SuperFunctionInvokation,SwitchExpression,TernaryExpression,WildcardMatch.AbstractBaseExpressionWildcard,WildcardMatch.AnyOneOfExpression,WildcardMatch.ArithmeticMutationWildcard,WildcardMatch.CastExpressionWildcard,WildcardMatch.ConditionalExpressionWildcard,WildcardMatch.ConstructorInvokationAnonymousInnerWildcard,WildcardMatch.ConstructorInvokationSimpleWildcard,WildcardMatch.ExpressionWildcard,WildcardMatch.LValueWildcard,WildcardMatch.MemberFunctionInvokationWildcard,WildcardMatch.NewArrayWildcard,WildcardMatch.StackLabelWildCard,WildcardMatch.StaticFunctionInvokationWildcard,WildcardMatch.StaticVariableWildcard,WildcardMatch.SuperFunctionInvokationWildcard
public interface DumpableWithPrecedence extends Dumpable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DumperdumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)PrecedencegetPrecedence()
-
-
-
Method Detail
-
getPrecedence
Precedence getPrecedence()
-
dumpWithOuterPrecedence
Dumper dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
-
-