class SyntaxTree_Object

Represents a generic syntax tree object

Inheritance:


Public Methods

[more]virtual SyntaxObjectType instanceOf() = 0
Returns the type of the object as a string.
[more]void* getData()
Gets the value of the object. Gets the value of the object.
[more]void setData(void* value)
Sets the object's value. Sets the object's value.


Documentation

Represents a generic syntax tree object
ovirtual SyntaxObjectType instanceOf() = 0
Returns the type of the object as a string. This function is implemented by subclasses.

Returns:
the object's type.

ovoid* getData()
Gets the value of the object.

Gets the value of the object.

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

ovoid 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++.