Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeValidator.visit(ClassDeclarationTree tree) |
protected void |
ParseTreeVisitor.visit(ClassDeclarationTree tree) |
Modifier and Type | Method and Description |
---|---|
static ClassDeclarationTree |
ParseTreeFactory.createClassDeclaration(IdentifierToken name,
ParseTree superClass,
com.google.common.collect.ImmutableList<ParseTree> elements) |
static ClassDeclarationTree |
ParseTreeFactory.createClassExpression(IdentifierToken name,
ParseTree superClass,
com.google.common.collect.ImmutableList<ParseTree> elements) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(ClassDeclarationTree tree) |
protected void |
ParseTreeWriter.visit(ClassDeclarationTree tree) |
Modifier and Type | Method and Description |
---|---|
ClassDeclarationTree |
ParseTree.asClassDeclaration() |
Copyright © 2009-2014 Google. All Rights Reserved.