org.eclipse.internal.xpand2.ast
Class AbstractXpandVisitor
java.lang.Object
org.eclipse.internal.xtend.expression.ast.AbstractVisitor
org.eclipse.internal.xpand2.ast.AbstractXpandVisitor
public class AbstractXpandVisitor
- extends AbstractVisitor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXpandVisitor
public AbstractXpandVisitor()
visit
public final Object visit(ISyntaxElement ele)
- Specified by:
visit in class AbstractVisitor
visitChild
protected void visitChild(ISyntaxElement child)
visitChildren
protected void visitChildren(List<? extends ISyntaxElement> children)
visitAdvice
protected Object visitAdvice(Advice node)
visitDefinition
protected Object visitDefinition(Definition node)
visitErrorStatement
protected Object visitErrorStatement(ErrorStatement node)
visitExpandStatement
protected Object visitExpandStatement(ExpandStatement node)
visitExpressionStatement
protected Object visitExpressionStatement(ExpressionStatement node)
visitExtensionImportDeclaration
protected Object visitExtensionImportDeclaration(ExtensionImportDeclaration node)
visitFileStatement
protected Object visitFileStatement(FileStatement node)
visitForEachStatement
protected Object visitForEachStatement(ForEachStatement node)
visitIfStatement
protected Object visitIfStatement(IfStatement node)
visitImportDeclaration
protected Object visitImportDeclaration(ImportDeclaration node)
visitLetStatement
protected Object visitLetStatement(LetStatement node)
visitProtectStatement
protected Object visitProtectStatement(ProtectStatement node)
visitTemplate
protected Object visitTemplate(Template node)
visitTextStatement
protected Object visitTextStatement(TextStatement node)
Copyright © 2015. All rights reserved.