|
VapourSynth-llvmexpr
|
#include <llvmexpr/frontend/infix2postfix/AST.hpp>

Public Member Functions | |
| GotoStmt (Token kw, Token l, std::unique_ptr< Expr > c) | |
Public Attributes | |
| Token | keyword |
| Token | label |
| std::unique_ptr< Expr > | condition |
| Range | range |
| std::shared_ptr< Symbol > | target_label_symbol |
| std::unique_ptr<Expr> infix2postfix::GotoStmt::condition |
Definition at line 203 of file AST.hpp.
Referenced by GotoStmt().
| Token infix2postfix::GotoStmt::keyword |
Definition at line 201 of file AST.hpp.
Referenced by GotoStmt().
| Token infix2postfix::GotoStmt::label |
Definition at line 202 of file AST.hpp.
Referenced by GotoStmt().
| Range infix2postfix::GotoStmt::range |
Definition at line 204 of file AST.hpp.
Referenced by GotoStmt().
| std::shared_ptr<Symbol> infix2postfix::GotoStmt::target_label_symbol |