|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.czt.parser.util.AbstractVisitor
public class AbstractVisitor
| Constructor Summary | |
|---|---|
AbstractVisitor(net.sourceforge.czt.session.SectionInfo sectInfo)
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
get(java.lang.String name,
java.lang.Class type)
Asks the section manager to provide the requested info. |
java.util.Set |
getDependencies()
|
java.lang.Object |
run(net.sourceforge.czt.base.ast.Term term)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractVisitor(net.sourceforge.czt.session.SectionInfo sectInfo)
| Method Detail |
|---|
public java.lang.Object run(net.sourceforge.czt.base.ast.Term term)
throws net.sourceforge.czt.session.CommandException
net.sourceforge.czt.session.CommandExceptionpublic java.util.Set getDependencies()
protected java.lang.Object get(java.lang.String name,
java.lang.Class type)
Asks the section manager to provide the requested info.
If the section manager throws a CommandException, this exception is wrapped into a RuntimeException and thrown. It can be retrieved by calling getCause().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||