class Omnium::Parser::AST::DataType

Int or float for example

Attributes

value[R]

Public Class Methods

new(token) click to toggle source
# File lib/omnium/parser/ast/data_type.rb, line 10
def initialize(token)
  @value = token.value
end