Represents a reference to a syntax tree
Inheritance:
Public Methods
-
SyntaxObjectType instanceOf()
- Returns the type of the object.
-
void setLine(int l)
- Override line, column setting routines
-
SyntaxTree_Reference(SyntaxTree* value)
- Represents a reference to a syntax tree
-
void serialize(ostream &output)
-
-
void toString(ostream &output)
-
-
SyntaxTree* getValue()
- Gets a pointer to the SyntaxTree referenced. Gets the value of the object.
-
void setValue(SyntaxTree* value)
- Sets the object's value. Sets the object's value.
Public Methods
-
void* getData()
-
void setData(void* value)
Documentation
Represents a reference to a syntax tree
SyntaxObjectType instanceOf()
-
Returns the type of the object.
- Returns:
- the object's type.
void setLine(int l)
-
Override line, column setting routines
SyntaxTree_Reference(SyntaxTree* value)
-
Represents a reference to a syntax tree
void serialize(ostream &output)
-
- Parameters:
- output - Ostream to add serialization to.
void toString(ostream &output)
-
- Parameters:
- output - Ostream to add string representation to.
SyntaxTree* getValue()
-
Gets a pointer to the SyntaxTree referenced.
Gets the value of the object.
- Returns:
- the object's value.
the object's value.
void setValue(SyntaxTree* value)
-
Sets the object's value.
Sets the object's value.
- Parameters:
- value - the object's new value.
value - the object's 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++.