Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
arborist
master
Top Level Namespace
Arborist
Apply
ApplyCall
ApplyCallTree
ApplyTree
Choice
ChoiceCall
ChoiceTree
Dot
DSL
Expr
ExprCall
ExprCallTree
ExprCallTreeController
GlobalDebug
Grammar
GrammarParserBuilder
MutexAltBuildFailure
Rules
Unicode
Matcher
MatchFailure
MemoizedParseTree
MemoTable
MutexAlt
MutexAltCall
MutexAltTree
NegLookAhead
NegLookAheadCall
NegLookAheadTree
Optional
OptionalCall
OptionalTree
ParseTree
PosLookAhead
PosLookAheadCall
PosLookAheadTree
Repetition
RepetitionCall
RepetitionOnePlus
RepetitionOnePlusCall
RepetitionTree
RootMemoizationScope
Rule
RuleToMemoizedParseTree
Sequence
SequenceCall
SequenceTree
SyntaxTree
Terminal
TerminalCall
TerminalTree
Visitor
CharArray
Config
Built with Crystal 1.9.2
2023-10-08 12:51:31 UTC
class
Arborist::OptionalCall
Arborist::OptionalCall
Arborist::ExprCall
Reference
Object
Defined in:
arborist.cr
Instance methods inherited from class
Arborist::ExprCall
expr : Expr
expr
,
expr=(expr : Expr)
expr=
,
inspect(io)
inspect
,
pos : Int32
pos
,
pos=(pos : Int32)
pos=
Constructor methods inherited from class
Arborist::ExprCall
new(expr : Arborist::Apply | Arborist::Choice | Arborist::Dot | Arborist::MutexAlt | Arborist::NegLookAhead | Arborist::Optional | Arborist::PosLookAhead | Arborist::Repetition | Arborist::RepetitionOnePlus | Arborist::Sequence | Arborist::Terminal, pos : Int32)
new