org.glassfish.pfl.dynamic.codegen.impl
Class TreeWalkerContext
java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.TreeWalkerContext
public class TreeWalkerContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeWalkerContext
public TreeWalkerContext()
current
public Visitor current()
push
public void push(Visitor visitor)
pop
public Visitor pop()
mark
public void mark()
popMark
public List<Visitor> popMark()
Copyright © 2013 Oracle. All Rights Reserved.