|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.compiler.DefaultJET2ASTVisitor
JETASTVisitor
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()
Deprecated. |
Method Summary | |
---|---|
void |
endVisit(JET2CompilationUnit compilationUnit)
Deprecated. Visit a JETCompilationUnit element, after visiting its body elements. |
void |
endVisit(XMLBodyElement xmlBodyElement)
Deprecated. Visit an XMLBodyElement, after visiting its body elements. |
void |
visit(Comment comment)
Deprecated. Visit a Comment element. |
void |
visit(JET2CompilationUnit compilationUnit)
Deprecated. Visit a JETCompilationUnit element, prior to visiting its body elements. |
void |
visit(JET2Declaration declaration)
Deprecated. Visit a JET2Declaration. |
void |
visit(JET2Directive directive)
Deprecated. Visit a JET2Directive. |
void |
visit(JET2Expression expression)
Deprecated. Visit a JET2Expression. |
void |
visit(JET2Scriptlet scriptlet)
Deprecated. Visit a JET2Scriptlet. |
void |
visit(TextElement text)
Deprecated. Visit a TextElement. |
void |
visit(XMLBodyElement xmlBodyElement)
Deprecated. Visit an XMLBodyElement, prior to visiting its body elements. |
void |
visit(XMLBodyElementEnd xmlBodyElementEnd)
Deprecated. Visit the end tag of an XMLBodyElement. |
void |
visit(XMLEmptyElement xmlEmptyElement)
Deprecated. 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 JET2ASTVisitor
JET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2CompilationUnit)
public void endVisit(JET2CompilationUnit compilationUnit)
JET2ASTVisitor
endVisit
in interface JET2ASTVisitor
JET2ASTVisitor.endVisit(org.eclipse.jet.compiler.JET2CompilationUnit)
public void visit(JET2Declaration declaration)
JET2ASTVisitor
visit
in interface JET2ASTVisitor
JET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2Declaration)
public void visit(JET2Directive directive)
JET2ASTVisitor
visit
in interface JET2ASTVisitor
JET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2Directive)
public void visit(JET2Expression expression)
JET2ASTVisitor
visit
in interface JET2ASTVisitor
JET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2Expression)
public void visit(JET2Scriptlet scriptlet)
JET2ASTVisitor
visit
in interface JET2ASTVisitor
JET2ASTVisitor.visit(org.eclipse.jet.compiler.JET2Scriptlet)
public void visit(TextElement text)
JET2ASTVisitor
visit
in interface JET2ASTVisitor
JET2ASTVisitor.visit(org.eclipse.jet.compiler.TextElement)
public void visit(XMLEmptyElement xmlEmptyElement)
JET2ASTVisitor
visit
in interface JET2ASTVisitor
JET2ASTVisitor.visit(org.eclipse.jet.compiler.XMLEmptyElement)
public void visit(XMLBodyElement xmlBodyElement)
JET2ASTVisitor
visit
in interface JET2ASTVisitor
JET2ASTVisitor.visit(org.eclipse.jet.compiler.XMLBodyElement)
public void endVisit(XMLBodyElement xmlBodyElement)
JET2ASTVisitor
endVisit
in interface JET2ASTVisitor
JET2ASTVisitor.endVisit(org.eclipse.jet.compiler.XMLBodyElement)
public void visit(XMLBodyElementEnd xmlBodyElementEnd)
JET2ASTVisitor
JET2ASTVisitor.endVisit(XMLBodyElement)
.
visit
in interface JET2ASTVisitor
JET2ASTVisitor.visit(org.eclipse.jet.compiler.XMLBodyElementEnd)
public void visit(Comment comment)
JET2ASTVisitor
visit
in interface JET2ASTVisitor
JET2ASTVisitor.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 |