Represents a generic syntax tree object
Inheritance:
Public Methods
-
virtual SyntaxObjectType instanceOf() = 0
- Returns the type of the object as a string.
-
void* getData()
- Gets the value of the object. Gets the value of the object.
-
void setData(void* value)
- Sets the object's value. Sets the object's value.
Documentation
Represents a generic syntax tree object
virtual SyntaxObjectType instanceOf() = 0
-
Returns the type of the object as a string. This function is implemented by
subclasses.
- Returns:
- the object's type.
void* getData()
-
Gets the value of the object.
Gets the value of the object.
- Returns:
- the object's value.
the object's value.
void setData(void* value)
-
Sets the object's value.
Sets the object's value.
- Parameters:
- value - the object's new value.
value - the object's new value.
- Direct child classes:
- SyntaxTree_Terminal
SyntaxTree_Reference
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.