Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeValidator.visit(ArrayLiteralExpressionTree tree) |
protected void |
ParseTreeVisitor.visit(ArrayLiteralExpressionTree tree) |
Modifier and Type | Method and Description |
---|---|
static ArrayLiteralExpressionTree |
ParseTreeFactory.createArrayLiteralExpression(com.google.common.collect.ImmutableList<ParseTree> list) |
static ArrayLiteralExpressionTree |
ParseTreeFactory.createEmptyArrayLiteralExpression() |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(ArrayLiteralExpressionTree tree) |
protected void |
ParseTreeWriter.visit(ArrayLiteralExpressionTree tree) |
Modifier and Type | Method and Description |
---|---|
ArrayLiteralExpressionTree |
ParseTree.asArrayLiteralExpression() |
Copyright © 2009-2014 Google. All Rights Reserved.