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

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.ADecimalExpression
All Implemented Interfaces:
Switchable, Cloneable

public final class ADecimalExpression
extends PExpression


Constructor Summary
ADecimalExpression()
           
ADecimalExpression(TDecNumber _value_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TDecNumber getValue()
           
 void setValue(TDecNumber node)
           
 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

ADecimalExpression

public ADecimalExpression()

ADecimalExpression

public ADecimalExpression(TDecNumber _value_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getValue

public TDecNumber getValue()

setValue

public void setValue(TDecNumber node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.