|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jet.compiler.DefaultJET2ASTVisitor
public abstract class DefaultJET2ASTVisitor
An implementation of the JET2ASTVisitor that does nothing.
Override any of the visit or endVisit methods to create an operational visitor.
| Constructor Summary | |
|---|---|
DefaultJET2ASTVisitor()
|
|
| Method Summary | |
|---|---|
void |
endVisit(JET2CompilationUnit compilationUnit)
Visit a JET2CompilationUnit element, after visiting its body elements. |
void |
endVisit(XMLBodyElement xmlBodyElement)
Visit an XMLBodyElement, after visiting its body elements. |
void |
visit(Comment comment)
Visit a Comment element. |
void |
visit(JET2CompilationUnit compilationUnit)
Visit a JET2CompilationUnit element, prior to visiting its body elements. |
void |
visit(JET2Declaration declaration)
Visit a JET2Declaration. |
void |
visit(JET2Directive directive)
Visit a JET2Directive. |
void |
visit(JET2Expression expression)
Visit a JET2Expression. |
void |
visit(JET2Scriptlet scriptlet)
Visit a JET2Scriptlet. |
void |
visit(TextElement text)
Visit a TextElement. |
void |
visit(XMLBodyElement xmlBodyElement)
Visit an XMLBodyElement, prior to visiting its body elements. |
void |
visit(XMLBodyElementEnd xmlBodyElementEnd)
Visit the end tag of an XMLBodyElement. |
void |
visit(XMLEmptyElement xmlEmptyElement)
Visit an XMLEmptyElement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultJET2ASTVisitor()
| Method Detail |
|---|
public void visit(JET2CompilationUnit compilationUnit)
JET2ASTVisitor
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2CompilationUnit)public void endVisit(JET2CompilationUnit compilationUnit)
JET2ASTVisitor
endVisit in interface JET2ASTVisitorJET2ASTVisitor.endVisit(org.eclipse.jet.compiler.JET2CompilationUnit)public void visit(JET2Declaration declaration)
JET2ASTVisitor
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2Declaration)public void visit(JET2Directive directive)
JET2ASTVisitor
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2Directive)public void visit(JET2Expression expression)
JET2ASTVisitor
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2Expression)public void visit(JET2Scriptlet scriptlet)
JET2ASTVisitor
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2Scriptlet)public void visit(TextElement text)
JET2ASTVisitor
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.TextElement)public void visit(XMLEmptyElement xmlEmptyElement)
JET2ASTVisitor
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.XMLEmptyElement)public void visit(XMLBodyElement xmlBodyElement)
JET2ASTVisitor
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.XMLBodyElement)public void endVisit(XMLBodyElement xmlBodyElement)
JET2ASTVisitor
endVisit in interface JET2ASTVisitorJET2ASTVisitor.endVisit(org.eclipse.jet.compiler.XMLBodyElement)public void visit(XMLBodyElementEnd xmlBodyElementEnd)
JET2ASTVisitorJET2ASTVisitor.endVisit(XMLBodyElement).
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.XMLBodyElementEnd)public void visit(Comment comment)
JET2ASTVisitor
visit in interface JET2ASTVisitorJET2ASTVisitor.visit(org.eclipse.jet.compiler.Comment)
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||