cds.tools.parser
Class Node

java.lang.Object
  extended by cds.tools.parser.Node

public class Node
extends java.lang.Object

Classe Node - Brique de base pour le parser


Field Summary
static int FUNCTION
           
static int NULL
           
static int OP
           
static int VALUE
           
static int VAR
           
 
Method Summary
 double getValue()
           
 void setValue(double d)
           
 boolean valueIsSet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final int NULL
See Also:
Constant Field Values

OP

public static final int OP
See Also:
Constant Field Values

VALUE

public static final int VALUE
See Also:
Constant Field Values

VAR

public static final int VAR
See Also:
Constant Field Values

FUNCTION

public static final int FUNCTION
See Also:
Constant Field Values
Method Detail

getValue

public double getValue()

setValue

public void setValue(double d)

valueIsSet

public boolean valueIsSet()


Copyright © 2009 UDS/CNRS