public abstract static class ExprVisitor.Default<R> extends Object implements ExprVisitor<R>
ExprVisitor.Default<R>| Constructor and Description |
|---|
Default() |
| Modifier and Type | Method and Description |
|---|---|
abstract R |
getDefault() |
R |
visitFn(Fn fn) |
R |
visitLiteral(Literal literal) |
R |
visitRef(Ref ref) |
public abstract R getDefault()
public R visitLiteral(Literal literal)
visitLiteral in interface ExprVisitor<R>public R visitRef(Ref ref)
visitRef in interface ExprVisitor<R>public R visitFn(Fn fn)
visitFn in interface ExprVisitor<R>Copyright © 2023. All rights reserved.