Stanse  -1
Public Member Functions | List of all members
cz.muni.stanse.cparser.StanseTree Class Reference
Inheritance diagram for cz.muni.stanse.cparser.StanseTree:
Inheritance graph
[legend]
Collaboration diagram for cz.muni.stanse.cparser.StanseTree:
Collaboration graph
[legend]

Public Member Functions

 StanseTree ()
 
 StanseTree (Token t)
 
 StanseTree (StanseTree node)
 
Tree dupNode ()
 
void setElement (Element e)
 
Element getElement ()
 

Detailed Description

Specific AST node

StanseTree AST node is used for holding/handling also an XML element.

Constructor & Destructor Documentation

cz.muni.stanse.cparser.StanseTree.StanseTree ( )
inline
cz.muni.stanse.cparser.StanseTree.StanseTree ( Token  t)
inline
cz.muni.stanse.cparser.StanseTree.StanseTree ( StanseTree  node)
inline

Member Function Documentation

Tree cz.muni.stanse.cparser.StanseTree.dupNode ( )
inline
Element cz.muni.stanse.cparser.StanseTree.getElement ( )
inline

Method for getting Element assigned to this node

Returns
assigned element
void cz.muni.stanse.cparser.StanseTree.setElement ( Element  e)
inline

Method for setting Element to this node

Parameters
eelement to set

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