info.bliki.wiki.template.expr.eval
Class DoubleNode

java.lang.Object
  extended by info.bliki.wiki.template.expr.ast.ASTNode
      extended by info.bliki.wiki.template.expr.eval.DoubleNode

public class DoubleNode
extends ASTNode


Field Summary
 
Fields inherited from class info.bliki.wiki.template.expr.ast.ASTNode
fStringValue
 
Constructor Summary
DoubleNode(double value)
           
 
Method Summary
 double doubleValue()
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class info.bliki.wiki.template.expr.ast.ASTNode
dependsOn, derivative, getString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleNode

public DoubleNode(double value)
Method Detail

doubleValue

public double doubleValue()

toString

public java.lang.String toString()
Overrides:
toString in class ASTNode

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in class ASTNode

hashCode

public int hashCode()
Overrides:
hashCode in class ASTNode


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.