com.google.clearsilver.jsilver.syntax.node
Class ANoopExpression

java.lang.Object
  extended by com.google.clearsilver.jsilver.syntax.node.Node
      extended by com.google.clearsilver.jsilver.syntax.node.PExpression
          extended by com.google.clearsilver.jsilver.syntax.node.ANoopExpression
All Implemented Interfaces:
Switchable, Cloneable

public final class ANoopExpression
extends PExpression


Constructor Summary
ANoopExpression()
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 String toString()
           
 
Methods inherited from class com.google.clearsilver.jsilver.syntax.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ANoopExpression

public ANoopExpression()
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.