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

Public Member Functions

 StanseErrorNode (TokenStream input, Token start, Token stop, RecognitionException e)
 
boolean isNil ()
 
int getType ()
 
String getText ()
 
String toString ()
 
- Public Member Functions inherited from cz.muni.stanse.cparser.StanseTree
 StanseTree ()
 
 StanseTree (Token t)
 
 StanseTree (StanseTree node)
 
Tree dupNode ()
 
void setElement (Element e)
 
Element getElement ()
 

Detailed Description

Specific Error node

StanseErrorNode is used for handling exception while using StanseTree.

Constructor & Destructor Documentation

cz.muni.stanse.cparser.StanseErrorNode.StanseErrorNode ( TokenStream  input,
Token  start,
Token  stop,
RecognitionException  e 
)
inline

Member Function Documentation

String cz.muni.stanse.cparser.StanseErrorNode.getText ( )
inline
int cz.muni.stanse.cparser.StanseErrorNode.getType ( )
inline
boolean cz.muni.stanse.cparser.StanseErrorNode.isNil ( )
inline
String cz.muni.stanse.cparser.StanseErrorNode.toString ( )
inline

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