class SyntaxTree_Terminal

Represents a syntax tree terminal object

Inheritance:


Public Methods

[more]SyntaxObjectType instanceOf()
Returns the type of the object.
[more] SyntaxTree_Terminal(String* v)
Represents a syntax tree terminal object
[more] SyntaxTree_Terminal(char* v)
Represents a syntax tree terminal object
[more]void serialize(ostream &output)
[more]void toString(ostream &output)
[more]String* getValue()
Gets the value of the object. Gets the value of the object.
[more]String* getXMLSafeValue()
Gets the entity-encoded value of the object. Gets entity-encoded value of the object
[more]void setValue(String* v)
Sets the objects value. Sets the objects value.


Inherited from SyntaxTree_Object:

Public Methods

ovoid* getData()
ovoid setData(void* value)


Documentation

Represents a syntax tree terminal object
oSyntaxObjectType instanceOf()
Returns the type of the object.

Returns:
the objects type.

o SyntaxTree_Terminal(String* v)
Represents a syntax tree terminal object

o SyntaxTree_Terminal(char* v)
Represents a syntax tree terminal object

ovoid serialize(ostream &output)
Parameters:
output - Ostream to add serialization to.

ovoid toString(ostream &output)
Parameters:
output - Ostream to add string representation to.

oString* getValue()
Gets the value of the object.

Gets the value of the object.

Returns:
the object's value.
the objects value.

oString* getXMLSafeValue()
Gets the entity-encoded value of the object.

Gets entity-encoded value of the object

Returns:
the objects value.

ovoid setValue(String* v)
Sets the objects value.

Sets the objects value.

Parameters:
value - the objects new value.
value - the objects new value.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.