com.google.clearsilver.jsilver.syntax
Class TemplateSyntaxTree

java.lang.Object
  extended by com.google.clearsilver.jsilver.syntax.TemplateSyntaxTree
All Implemented Interfaces:
Switchable

public class TemplateSyntaxTree
extends Object
implements Switchable

Simple wrapper class to encapsulate the root node of the AST and allow additional information to be associated with it.


Method Summary
 void apply(Switch sw)
           
 Start getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRoot

public Start getRoot()

apply

public void apply(Switch sw)
Specified by:
apply in interface Switchable


Copyright © 2010-2012 Google. All Rights Reserved.