class Find::Expression::AST::NameIs
- Find::Expression::AST::NameIs
- Find::Expression::AST::Base
- Reference
- Object
Defined in:
find/expression/ast.crConstructors
Class Method Summary
Instance Method Summary
- #name : StringLiteral
- #name=(name : StringLiteral)
- #negated : Bool
- #negated=(negated : Bool)
- #to_s(io, parens = false)
Instance methods inherited from class Find::Expression::AST::Base
number?
number?,
pos : Int32
pos,
pos=(pos : Int32)
pos=,
size
size,
text : String
text,
text=(text : String)
text=,
to_s(io, parens)
to_s,
value : String
value
Constructor methods inherited from class Find::Expression::AST::Base
new(pos : Int32, text : String)
new
Constructor Detail
def self.new(pos, text, negated : Bool, name : Find::Expression::AST::StringLiteral)
#