abstract class Find::Expression::AST::Base
- Find::Expression::AST::Base
- Reference
- Object
Direct Known Subclasses
- Find::Expression::AST::Atom
- Find::Expression::AST::BooleanAnd
- Find::Expression::AST::BooleanOr
- Find::Expression::AST::IntegerLiteral
- Find::Expression::AST::IsDirectory
- Find::Expression::AST::IsEmpty
- Find::Expression::AST::IsExecutable
- Find::Expression::AST::IsFile
- Find::Expression::AST::IsFileType
- Find::Expression::AST::NameIs
- Find::Expression::AST::Parens
- Find::Expression::AST::StringLiteral
- Find::Expression::AST::SuffixIs
- Find::Expression::AST::SuffixLiteral
- Find::Expression::AST::Term
Defined in:
find/expression/ast.crConstructors
Instance Method Summary
- #number?
- #pos : Int32
- #pos=(pos : Int32)
- #size
- #text : String
- #text=(text : String)
- #to_s(io, parens)
- #value : String