private static class EnumerableRelImplementor.TypeFinder extends VisitorImpl<Void>
Expression tree.| Modifier and Type | Field and Description |
|---|---|
private Collection<Type> |
types |
| Constructor and Description |
|---|
TypeFinder(Collection<Type> types) |
| Modifier and Type | Method and Description |
|---|---|
Void |
visit(ConstantExpression constantExpression) |
Void |
visit(NewArrayExpression newArrayExpression) |
Void |
visit(NewExpression newExpression) |
private final Collection<Type> types
TypeFinder(Collection<Type> types)
public Void visit(NewExpression newExpression)
public Void visit(NewArrayExpression newArrayExpression)
public Void visit(ConstantExpression constantExpression)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.