public class InstantiationExpression extends Expression
| Constructor and Description |
|---|
InstantiationExpression(Type type,
ImmutableList<Expression> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
ImmutableList<Expression> |
getParameters() |
Type |
getType() |
String |
toString() |
public InstantiationExpression(Type type, ImmutableList<Expression> parameters)
public Type getType()
public ImmutableList<Expression> getParameters()
public void accept(ExpressionVisitor expressionVisitor)
accept in class ExpressionCopyright © 2014. All Rights Reserved.