com.google.clearsilver.jsilver.syntax
Class TemplateSyntaxTree
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRoot
public Start getRoot()
apply
public void apply(Switch sw)
- Specified by:
apply
in interface Switchable
Copyright © 2010-2012 Google. All Rights Reserved.