|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.util.jam.visitor.JVisitor
public abstract class JVisitor
To be implemented by classes which wish to traverse a JElement tree.
Constructor Summary | |
---|---|
JVisitor()
|
Method Summary | |
---|---|
void |
visit(JAnnotation ann)
|
void |
visit(JClass clazz)
|
void |
visit(JComment comment)
|
void |
visit(JConstructor ctor)
|
void |
visit(JField field)
|
void |
visit(JMethod method)
|
void |
visit(JPackage pkg)
|
void |
visit(JParameter param)
|
void |
visit(JProperty property)
|
void |
visit(JTag tag)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JVisitor()
Method Detail |
---|
public void visit(JPackage pkg)
public void visit(JClass clazz)
public void visit(JConstructor ctor)
public void visit(JField field)
public void visit(JMethod method)
public void visit(JParameter param)
public void visit(JAnnotation ann)
public void visit(JComment comment)
public void visit(JProperty property)
public void visit(JTag tag)
|
Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |