org.stjs.generator.visitor
Interface TreePathHolder

All Known Implementing Classes:
GenerationContext

public interface TreePathHolder


Method Summary
 com.sun.source.util.TreePath getCurrentPath()
           
 void setCurrentPath(com.sun.source.util.TreePath path)
           
 

Method Detail

setCurrentPath

void setCurrentPath(com.sun.source.util.TreePath path)

getCurrentPath

com.sun.source.util.TreePath getCurrentPath()


Copyright © 2014. All Rights Reserved.