Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
jmespath
v1.0.0
AndExpressionNode
ArityError
ComparatorNode
CurrentNode
EmptyExpressionError
ExprefNode
FieldNode
FilterProjectionNode
FlattenNode
FunctionExpressionNode
FunctionRuntime
IdentityNode
IndexExpressionNode
IndexNode
JMESPath
JMESPathTypeError
KeyValPairNode
Lexer
LexerError
LiteralNode
MultiSelectHashNode
MultiSelectListNode
Node
NotExpressionNode
OrExpressionNode
ParsedResult
ParseError
Parser
PipeNode
ProjectionNode
SliceNode
SubexpressionNode
Token
UnknownFunctionError
ValueProjectionNode
Generated using Crystal 1.16.3
2026-03-30 01:20:37 UTC
class
SliceNode
SliceNode
Node
Reference
Object
Defined in:
nodes.cr
Constructors
.new
(start : Int32 | Nil, stop : Int32 | Nil, step : Int32 | Nil)
Instance Method Summary
#type
: String
Introspection methods for testing/debugging
#visit
(v : JSON::Any) : JSON::Any
Instance methods inherited from class
Node
children : Array(Node)
children
,
type : String
type
,
value : Char | Int32 | String | Nil
value
,
visit(v : JSON::Any) : JSON::Any
visit
Constructor Detail
def self.
new
(start : Int32 | Nil, stop : Int32 | Nil, step : Int32 | Nil)
#
[
View source
]
Instance Method Detail
def
type
: String
#
Description copied from class
Node
Introspection methods for testing/debugging
[
View source
]
def
visit
(v : JSON::Any) : JSON::Any
#
[
View source
]