|
| ItemVisitor () |
| constructor More...
|
|
| ItemVisitor (const std::vector< std::string > &vars) |
| constructor with given variables More...
|
|
antlrcpp::Any | visitTanExp (hybridautomatonParser::TanExpContext *ctx) override |
| visitor of tangent function More...
|
|
antlrcpp::Any | visitSqrExp (hybridautomatonParser::SqrExpContext *ctx) override |
| visitor of sqr function More...
|
|
antlrcpp::Any | visitConstant (hybridautomatonParser::ConstantContext *ctx) override |
| constant visitor More...
|
|
antlrcpp::Any | visitAsinhExp (hybridautomatonParser::AsinhExpContext *ctx) override |
| visitor of arc sin function More...
|
|
antlrcpp::Any | visitAcosExp (hybridautomatonParser::AcosExpContext *ctx) override |
| visitor of arc cos function More...
|
|
antlrcpp::Any | visitAcothExp (hybridautomatonParser::AcothExpContext *ctx) override |
| visitor of arc coth function More...
|
|
antlrcpp::Any | visitAcoshExp (hybridautomatonParser::AcoshExpContext *ctx) override |
| visitor of arc cosh function More...
|
|
antlrcpp::Any | visitCosExp (hybridautomatonParser::CosExpContext *ctx) override |
| visitor of cos function More...
|
|
antlrcpp::Any | visitPowExp (hybridautomatonParser::PowExpContext *ctx) override |
| visitor of power function More...
|
|
antlrcpp::Any | visitCothExp (hybridautomatonParser::CothExpContext *ctx) override |
| visitor of coth function More...
|
|
antlrcpp::Any | visitPosExp (hybridautomatonParser::PosExpContext *ctx) override |
| visitor of positive function More...
|
|
antlrcpp::Any | visitNegExp (hybridautomatonParser::NegExpContext *ctx) override |
| visitor of negative function More...
|
|
antlrcpp::Any | visitExpBra (hybridautomatonParser::ExpBraContext *ctx) override |
| brackets visitor More...
|
|
antlrcpp::Any | visitAtanhExp (hybridautomatonParser::AtanhExpContext *ctx) override |
| visitor of arc tanh function More...
|
|
antlrcpp::Any | visitSinExp (hybridautomatonParser::SinExpContext *ctx) override |
| visitor of sin function More...
|
|
antlrcpp::Any | visitLnExp (hybridautomatonParser::LnExpContext *ctx) override |
| visitor of ln function More...
|
|
antlrcpp::Any | visitTanhExp (hybridautomatonParser::TanhExpContext *ctx) override |
| visitor of tanh function More...
|
|
antlrcpp::Any | visitSqrtExp (hybridautomatonParser::SqrtExpContext *ctx) override |
| visitor of sqrt function More...
|
|
antlrcpp::Any | visitExpMulDiv (hybridautomatonParser::ExpMulDivContext *ctx) override |
| visitor of multiplication or division More...
|
|
antlrcpp::Any | visitAtanExp (hybridautomatonParser::AtanExpContext *ctx) override |
| visitor of arc tan function More...
|
|
antlrcpp::Any | visitAcotExp (hybridautomatonParser::AcotExpContext *ctx) override |
| visitor of arc cot function More...
|
|
antlrcpp::Any | visitExpExp (hybridautomatonParser::ExpExpContext *ctx) override |
| visitor of exponential function More...
|
|
antlrcpp::Any | visitCoshExp (hybridautomatonParser::CoshExpContext *ctx) override |
| visitor of cosh function More...
|
|
antlrcpp::Any | visitLogExp (hybridautomatonParser::LogExpContext *ctx) override |
| visitor of log function More...
|
|
antlrcpp::Any | visitAsinExp (hybridautomatonParser::AsinExpContext *ctx) override |
| visitor of arc sin function More...
|
|
antlrcpp::Any | visitCotExp (hybridautomatonParser::CotExpContext *ctx) override |
| visitor of cot function More...
|
|
antlrcpp::Any | visitVariable (hybridautomatonParser::VariableContext *ctx) override |
| visitor of a variable More...
|
|
antlrcpp::Any | visitSinhExp (hybridautomatonParser::SinhExpContext *ctx) override |
| visitor of sinh function More...
|
|
antlrcpp::Any | visitNexpExp (hybridautomatonParser::NexpExpContext *ctx) override |
| visitor of natural exponential function More...
|
|
antlrcpp::Any | visitExpAddSub (hybridautomatonParser::ExpAddSubContext *ctx) override |
| visitor of addition or subtraction More...
|
|
antlrcpp::Any | visitSqrtConstExp (hybridautomatonParser::SqrtConstExpContext *ctx) override |
| visitor of sqr function of constant expressions More...
|
|
antlrcpp::Any | visitAcothConstExp (hybridautomatonParser::AcothConstExpContext *ctx) override |
| visitor of arc coth function of constant expression More...
|
|
antlrcpp::Any | visitLogConstExp (hybridautomatonParser::LogConstExpContext *ctx) override |
| visitor of log function of constant expression More...
|
|
antlrcpp::Any | visitTanhConstExp (hybridautomatonParser::TanhConstExpContext *ctx) override |
| visitor of tanh function of constant expression More...
|
|
antlrcpp::Any | visitPowConstExp (hybridautomatonParser::PowConstExpContext *ctx) override |
| visitor of power function of constant expression More...
|
|
antlrcpp::Any | visitPosConstExp (hybridautomatonParser::PosConstExpContext *ctx) override |
| visitor of positive function of constant expression More...
|
|
antlrcpp::Any | visitAtanhConstExp (hybridautomatonParser::AtanhConstExpContext *ctx) override |
| visitor of arc tanh function of constant expression More...
|
|
antlrcpp::Any | visitSqrConstExp (hybridautomatonParser::SqrConstExpContext *ctx) override |
| visitor of sqr function of constant expression More...
|
|
antlrcpp::Any | visitConstExpBra (hybridautomatonParser::ConstExpBraContext *ctx) override |
| visitor of constant expression enclosed in brackets More...
|
|
antlrcpp::Any | visitSinhConstExp (hybridautomatonParser::SinhConstExpContext *ctx) override |
| visitor of sinh function of constant expression More...
|
|
antlrcpp::Any | visitAtanConstExp (hybridautomatonParser::AtanConstExpContext *ctx) override |
| visitor of arc tan function of constant expression More...
|
|
antlrcpp::Any | visitAsinhConstExp (hybridautomatonParser::AsinhConstExpContext *ctx) override |
| visitor of arc sinh function of constant expression More...
|
|
antlrcpp::Any | visitConstExp (hybridautomatonParser::ConstExpContext *ctx) override |
| visitor of constant expression More...
|
|
antlrcpp::Any | visitNegConstExp (hybridautomatonParser::NegConstExpContext *ctx) override |
| visitor of negative function of constant expression More...
|
|
antlrcpp::Any | visitAsinConstExp (hybridautomatonParser::AsinConstExpContext *ctx) override |
| visitor of arc sin function of constant expression More...
|
|
antlrcpp::Any | visitTanConstExp (hybridautomatonParser::TanConstExpContext *ctx) override |
| visitor of tan function of constant expression More...
|
|
antlrcpp::Any | visitNexpConstExp (hybridautomatonParser::NexpConstExpContext *ctx) override |
| visitor of natural exponential function of constant expression More...
|
|
antlrcpp::Any | visitCosConstExp (hybridautomatonParser::CosConstExpContext *ctx) override |
| visitor of cos function of constant expression More...
|
|
antlrcpp::Any | visitConstExpMulDiv (hybridautomatonParser::ConstExpMulDivContext *ctx) override |
| visitor of multiplication or division of constant expression More...
|
|
antlrcpp::Any | visitExpConstExp (hybridautomatonParser::ExpConstExpContext *ctx) override |
| visitor of exponential function of constant expression More...
|
|
antlrcpp::Any | visitCotConstExp (hybridautomatonParser::CotConstExpContext *ctx) override |
| visitor of cot function of constant expression More...
|
|
antlrcpp::Any | visitCoshConstExp (hybridautomatonParser::CoshConstExpContext *ctx) override |
| visitor of cosh function of constant expression More...
|
|
antlrcpp::Any | visitAcoshConstExp (hybridautomatonParser::AcoshConstExpContext *ctx) override |
| visitor of arc cosh function of constant expression More...
|
|
antlrcpp::Any | visitSinConstExp (hybridautomatonParser::SinConstExpContext *ctx) override |
| visitor of sin function of constant expression More...
|
|
antlrcpp::Any | visitAcosConstExp (hybridautomatonParser::AcosConstExpContext *ctx) override |
| visitor of arc cos function of constant expression More...
|
|
antlrcpp::Any | visitConstExpAddSub (hybridautomatonParser::ConstExpAddSubContext *ctx) override |
| visitor of addition or subtraction of constant expression More...
|
|
antlrcpp::Any | visitLnConstExp (hybridautomatonParser::LnConstExpContext *ctx) override |
| visitor of ln function of constant expression More...
|
|
antlrcpp::Any | visitAcotConstExp (hybridautomatonParser::AcotConstExpContext *ctx) override |
| visitor of arc cot function of constant expression More...
|
|