Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
myst
v0.3.0
Myst
And
AnonymousFunction
ASTViewer
BaseException
BinaryOp
Block
BooleanLiteral
Break
BreakException
Call
Callable
Callstack
ClosureScope
Const
ContainerType
ControlException
ControlExpr
Def
ExceptionHandler
Expressions
Extend
FloatLiteral
FunctionCapture
Include
Instantiation
IntegerLiteral
InterpolatedStringLiteral
Interpreter
MatchError
Invocation
IVar
Lexer
Context
ListLiteral
Literal
Location
MagicConst
MapLiteral
Entry
MatchAssign
ModuleDef
NativeLib
Negation
Next
NextException
NilLiteral
Node
Nop
Not
OpAssign
Or
Param
ParseError
Parser
StringPiece
Printer
Raise
Reader
Require
Rescue
Return
ReturnException
RuntimeError
Scope
Self
SimpleAssign
Splat
StaticAssignable
StringLiteral
SymbolLiteral
SyntaxError
TBoolean
TFloat
TFunctor
TFunctorDef
TInstance
TInteger
TList
TMap
TModule
TNativeDef
TNil
Token
Type
TPrimitive
TString
TSymbol
TType
TypeDef
UnaryOp
Underscore
Unless
Until
Value
ValueInterpolation
Var
When
While
Generated using Crystal 1.14.0
2024-11-26 19:06:27 UTC
struct
Myst::
MapLiteral::
Entry
Myst::MapLiteral::Entry
Struct
Value
Object
Defined in:
myst/syntax/ast.cr
Constructors
.new
(key : Node, value : Node)
Instance Method Summary
#clone
#copy_with
(key _key = @key, value _value = @value)
#key
: Node
#value
: Node
Constructor Detail
def self.
new
(key :
Node
, value :
Node
)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(key _key = @key, value _value = @value)
#
[
View source
]
def
key
:
Node
#
def
value
:
Node
#