Represents a syntax tree terminal object
Inheritance:
Public Methods
-
SyntaxObjectType instanceOf()
- Returns the type of the object.
-
SyntaxTree_Terminal(String* v)
- Represents a syntax tree terminal object
-
SyntaxTree_Terminal(char* v)
- Represents a syntax tree terminal object
-
void serialize(ostream &output)
-
-
void toString(ostream &output)
-
-
String* getValue()
- Gets the value of the object. Gets the value of the object.
-
String* getXMLSafeValue()
- Gets the entity-encoded value of the object. Gets entity-encoded value of the object
-
void setValue(String* v)
- Sets the objects value. Sets the objects value.
Public Methods
-
void* getData()
-
void setData(void* value)
Documentation
Represents a syntax tree terminal object
SyntaxObjectType instanceOf()
-
Returns the type of the object.
- Returns:
- the objects type.
SyntaxTree_Terminal(String* v)
-
Represents a syntax tree terminal object
SyntaxTree_Terminal(char* v)
-
Represents a syntax tree terminal object
void serialize(ostream &output)
-
- Parameters:
- output - Ostream to add serialization to.
void toString(ostream &output)
-
- Parameters:
- output - Ostream to add string representation to.
String* getValue()
-
Gets the value of the object.
Gets the value of the object.
- Returns:
- the object's value.
the objects value.
String* getXMLSafeValue()
-
Gets the entity-encoded value of the object.
Gets entity-encoded value of the object
- Returns:
- the objects value.
void 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++.