class Dot::AST::ListToken

Defined in:

graphlb/dot_parser/ast/list_token.cr

Constructors

Instance Method Summary

Instance methods inherited from class Dot::AST::ValueToken

value : ValueType value

Instance methods inherited from class Dot::AST::Token

as_s as_s, kind : Symbol kind, string : String string, value value

Constructor methods inherited from class Dot::AST::Token

new(peg_tuple : Pegmatite::Token, string : String) new

Constructor Detail

def self.new(peg_tuple : Pegmatite::Token, string : String) #

[View source]

Instance Method Detail

def <<(token : ValueToken) #

[View source]
def children : Array(Dot::AST::ValueToken) #

[View source]
def value #

[View source]