public class ListInitExpression extends Expression
nodeType, type| Constructor and Description |
|---|
ListInitExpression(ExpressionType nodeType,
Class type) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
canReduceaccept, accept, accept0, equals, evaluate, getNodeType, getType, hashCode, toStringpublic ListInitExpression(ExpressionType nodeType, Class type)
public Expression accept(Shuttle shuttle)
accept in interface Nodeaccept in class Expressionpublic <R> R accept(Visitor<R> visitor)
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.