class Dot::AST::TrueToken

Defined in:

graphlb/dot_parser/ast/true_token.cr

Constant Summary

STRING_VAL = "true"

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) #

[View source]

Instance Method Detail

def string #

[View source]
def value #

[View source]