org.cesta.parsers.java
Class AbstractTreeParser.runtimeRewriteParams_scope

java.lang.Object
  extended by org.cesta.parsers.java.AbstractTreeParser.runtimeRewriteParams_scope
Enclosing class:
AbstractTreeParser

protected static class AbstractTreeParser.runtimeRewriteParams_scope
extends java.lang.Object

Scope used to track execution of rewrites. It saves whole tree, on which the rewrite is performed (we want to be able to get original source code), rule which is executed and unique ID of rewrite operation.


Constructor Summary
protected AbstractTreeParser.runtimeRewriteParams_scope()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTreeParser.runtimeRewriteParams_scope

protected AbstractTreeParser.runtimeRewriteParams_scope()