OGRE  1.11.6
Object-Oriented Graphics Rendering Engine
Ogre::ImportAbstractNode Class Reference

This abstract node represents an import statement. More...

#include <OgreScriptCompiler.h>

+ Inheritance diagram for Ogre::ImportAbstractNode:

Public Member Functions

 ImportAbstractNode ()
 
AbstractNodeclone () const
 Returns a new AbstractNode which is a replica of this one. More...
 
const StringgetValue () const
 Returns a string value depending on the type of the AbstractNode. More...
 

Public Attributes

Any context
 
String file
 
unsigned int line
 
AbstractNodeparent
 
String source
 
String target
 
AbstractNodeType type
 

Detailed Description

This abstract node represents an import statement.

Constructor & Destructor Documentation

◆ ImportAbstractNode()

Ogre::ImportAbstractNode::ImportAbstractNode ( )

Member Function Documentation

◆ clone()

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

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

Implements Ogre::AbstractNode.

◆ getValue()

const String& Ogre::ImportAbstractNode::getValue ( ) const
inlinevirtual

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

Implements Ogre::AbstractNode.

Member Data Documentation

◆ target

String Ogre::ImportAbstractNode::target

◆ source

String Ogre::ImportAbstractNode::source

◆ file

String Ogre::AbstractNode::file
inherited

◆ line

unsigned int Ogre::AbstractNode::line
inherited

◆ type

AbstractNodeType Ogre::AbstractNode::type
inherited

◆ parent

AbstractNode* Ogre::AbstractNode::parent
inherited

◆ context

Any Ogre::AbstractNode::context
inherited

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