Modifier and Type | Class and Description |
---|---|
private class |
LValueTypeClashCheck.Check.Visitor |
Modifier and Type | Method and Description |
---|---|
<T> T |
Expression.visit(ExpressionVisitor<T> visitor) |
Modifier and Type | Method and Description |
---|---|
<T> T |
AbstractExpression.visit(ExpressionVisitor<T> visitor) |
<T> T |
ArithmeticOperation.visit(ExpressionVisitor<T> visitor) |
<T> T |
Literal.visit(ExpressionVisitor<T> visitor) |
<T> T |
MethodHandlePlaceholder.visit(ExpressionVisitor<T> visitor) |
<T> T |
TernaryExpression.visit(ExpressionVisitor<T> visitor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExpressionVisitor<T> |
Modifier and Type | Method and Description |
---|---|
<T> T |
WildcardMatch.AbstractBaseExpressionWildcard.visit(ExpressionVisitor<T> visitor) |