abstract class Dot::AST::Token

Direct Known Subclasses

Defined in:

graphlb/dot_parser/ast/token.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def as_s #

[View source]
def kind : Symbol #

[View source]
def string : String #

[View source]
abstract def value #

[View source]