struct Aero::Template::Operator
- Aero::Template::Operator
- Aero::Template::Node
- Struct
- Value
- Object
Extended Modules
- Aero::Template::Default
Defined in:
template/node.crConstructors
Class Method Summary
Instance Method Summary
- #kind : OpKind
- #left : Literal
- #right : Literal
-
#to_s(io : IO)
Same as
#inspect(io)
.
Instance methods inherited from struct Aero::Template::Node
accepts?(other : Node) : Bool
accepts?,
start : Int32
start,
stop : Int32
stop
Constructor methods inherited from struct Aero::Template::Node
new(start : Int32, stop : Int32)
new
Constructor Detail
def self.new(start, stop, kind : Aero::Template::OpKind, left : Aero::Template::Literal, right : Aero::Template::Literal)
#