dsql.parser
Class ASTFloatLit

java.lang.Object
  extended bydsql.parser.SimpleNode
      extended bydsql.parser.DMNode
          extended bydsql.parser.ASTStringExpr
              extended bydsql.parser.ASTStaticString
                  extended bydsql.parser.ASTNumberLit
                      extended bydsql.parser.ASTFloatLit
All Implemented Interfaces:
Node

public class ASTFloatLit
extends ASTNumberLit

A float literal, e.g. 4.2


Field Summary
 
Fields inherited from class dsql.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTFloatLit(int id)
           
ASTFloatLit(Parser p, int id)
           
 
Method Summary
 Value execute()
          Execute a Node
 
Methods inherited from class dsql.parser.ASTNumberLit
setMinus
 
Methods inherited from class dsql.parser.ASTStaticString
setString, toString
 
Methods inherited from class dsql.parser.DMNode
executeArgument, executeArgumentAsClass, executeArgumentColumnHolder, executeArgumentNonNull, executeArgumentRecordHolder, executeArgumentTable, executeWithCatch, executeXML, getArgument, getCaller, getDsqlParent, getLine, getRoot, getString, hasArgument, jjtInsertFirstChild, jjtSetChild, setCaller, setLine
 
Methods inherited from class dsql.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTFloatLit

public ASTFloatLit(int id)

ASTFloatLit

public ASTFloatLit(Parser p,
                   int id)
Method Detail

execute

public Value execute()
              throws ExecuteException
Description copied from class: DMNode
Execute a Node

Overrides:
execute in class ASTStaticString
Throws:
ExecuteException