class Funk::InfixExpression
- Funk::InfixExpression
- Funk::Ast
- Reference
- Object
Defined in:
funk/syntax/ast.crConstructors
Instance Method Summary
- #accept(visitor : Visitor)
- #left : Ast
- #left=(left : Ast)
- #operator : TokenType
- #operator=(operator : TokenType)
- #right : Ast
- #right=(right : Ast)