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