OGRE  1.10.11
Object-Oriented Graphics Rendering Engine
Ogre::VariableAccessAbstractNode Class Reference

This abstract node represents a variable assignment. More...

#include <OgreScriptCompiler.h>

+ Inheritance diagram for Ogre::VariableAccessAbstractNode:

Public Member Functions

 VariableAccessAbstractNode (AbstractNode *ptr)
 
AbstractNodeclone () const
 Returns a new AbstractNode which is a replica of this one. More...
 
String getValue () const
 Returns a string value depending on the type of the AbstractNode. More...
 

Public Attributes

Any context
 
String file
 
unsigned int line
 
String name
 
AbstractNodeparent
 
AbstractNodeType type
 

Detailed Description

This abstract node represents a variable assignment.

Constructor & Destructor Documentation

Ogre::VariableAccessAbstractNode::VariableAccessAbstractNode ( AbstractNode ptr)

Member Function Documentation

AbstractNode* Ogre::VariableAccessAbstractNode::clone ( ) const
virtual

Returns a new AbstractNode which is a replica of this one.

Implements Ogre::AbstractNode.

String Ogre::VariableAccessAbstractNode::getValue ( ) const
virtual

Returns a string value depending on the type of the AbstractNode.

Implements Ogre::AbstractNode.

Member Data Documentation

String Ogre::VariableAccessAbstractNode::name
String Ogre::AbstractNode::file
inherited
unsigned int Ogre::AbstractNode::line
inherited
AbstractNodeType Ogre::AbstractNode::type
inherited
AbstractNode* Ogre::AbstractNode::parent
inherited
Any Ogre::AbstractNode::context
inherited

The documentation for this class was generated from the following file: