Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lalr
master
Enumerable
JIS2
Assembler
Scope
Assignment
AST
Block
BlockStatement
BlockStatementKind
Call
DecimalLiteral
Declaration
Expression
ExpressionBlockStatement
ExpressionStatement
Finally
FunctionDefinition
IfStatement
LeftReference
Module
Operator
Opt
PrimitiveType
Ref
ReturnStatement
Statement
StyleWalker
Type
TypeName
VariableLiteral
Lexer
Parser
Action
ActionableProduction
Analysis
AST
Aliased
EnumVal
ResolveFailureError
RuleNode
Separator
Automaton
Reduced
RowCol
RowPos
State
Target
Token
ChrPos
Dot
EndOfStream
Epsilon
IBuilder
IItem
LR0
Builder
Item
LR1
Builder
Item
Node
NonTerminal
Opt
Pos
Production
Ref
StackSym
Terminal
Token
String
Built with Crystal 1.9.2
2023-10-07 20:23:06 UTC
struct
Parser::Automaton::Reduced
Parser::Automaton::Reduced
Struct
Value
Object
Defined in:
parser/automaton.cr
Constructors
.new
(name : String, t : Array(StackSym))
Instance Method Summary
#clone
#copy_with
(name _name = @name, t _t = @t)
#name
: String
#t
: Array(StackSym)
Constructor Detail
def self.
new
(name :
String
, t : Array(
StackSym
))
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(name _name = @name, t _t = @t)
#
[
View source
]
def
name
:
String
#
def
t
: Array(
StackSym
)
#