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