Skip navigation links
A C G I J M N P S 

N

Node - Class in JsonFse
Base class of all nodes a JSON tree consists of.
Node() - Constructor for class JsonFse.Node
 
NodeArray - Class in JsonFse
Node representing an array of values.
NodeArray() - Constructor for class JsonFse.NodeArray
 
NodeElements - Class in JsonFse
Holds the elements of a NodeArray.
NodeElements() - Constructor for class JsonFse.NodeElements
 
NodeFalse - Class in JsonFse
Represents the terminal symbol "false".
NodeFalse() - Constructor for class JsonFse.NodeFalse
 
NodeMembers - Class in JsonFse
This node class represents the members (i. e. the pairs) of a JSON object.
NodeMembers() - Constructor for class JsonFse.NodeMembers
 
NodeNull - Class in JsonFse
Represents the terminal symbol "null".
NodeNull() - Constructor for class JsonFse.NodeNull
 
NodeNumber - Class in JsonFse
Represents a number in a JSON object.
NodeObj - Class in JsonFse
Represents a whole JSON object, i. e. its members, i. e. a list of pairs consisting out of a label and a value.
NodeObj() - Constructor for class JsonFse.NodeObj
 
NodePair - Class in JsonFse
Represents a pair consisting of a label and a value.
NodePair() - Constructor for class JsonFse.NodePair
 
NodePair(String, String) - Constructor for class JsonFse.NodePair
Constructor for creating a pair containing a string as value.
NodePair(String, double) - Constructor for class JsonFse.NodePair
Constructor for creating a pair containing a number as value.
NodePair(String, boolean) - Constructor for class JsonFse.NodePair
Constructor for creating a pair containing a boolean as value.
NodePair(String) - Constructor for class JsonFse.NodePair
Constructor for creating a pair containing a null as value.
NodePair(String, NodeArray) - Constructor for class JsonFse.NodePair
Constructor for creating a pair containing a NodeArray as value.
NodePair(String, JsonObj) - Constructor for class JsonFse.NodePair
Constructor for creating a pair containing a NodeObj as value.
NodeString - Class in JsonFse
Represents a JSON String.
NodeTrue - Class in JsonFse
Represents the terminal symbol "true".
NodeTrue() - Constructor for class JsonFse.NodeTrue
 
NodeValue - Class in JsonFse
This class represents a JSON value.
NodeValue() - Constructor for class JsonFse.NodeValue
 
A C G I J M N P S 
Skip navigation links