Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Parser::ShuntingYard::Operators::IfOperator Class Reference

if operator on operator stack, used only for ':' token More...

Inheritance diagram for Parser::ShuntingYard::Operators::IfOperator:
Inheritance graph

Public Member Functions

 IfOperator ()
 
RPNTokens::TokenBaseGetTokenBase ()
 
- Public Member Functions inherited from Parser::ShuntingYard::Operators::OperatorBase
 OperatorBase (int prec, bool rightAssoc=false)
 
virtual ~OperatorBase ()
 
const int GetPrecedence () const
 
const bool IsRightAssociative () const
 
bool ComparePrecedence (const OperatorBase *other)
 

Detailed Description

if operator on operator stack, used only for ':' token

Definition at line 208 of file ParseExp.cpp.

Constructor & Destructor Documentation

Parser::ShuntingYard::Operators::IfOperator::IfOperator ( )
inline

Definition at line 211 of file ParseExp.cpp.

Member Function Documentation

RPNTokens::TokenBase* Parser::ShuntingYard::Operators::IfOperator::GetTokenBase ( )
inlinevirtual

Reimplemented from Parser::ShuntingYard::Operators::OperatorBase.

Definition at line 212 of file ParseExp.cpp.


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