class PDF::Reader::Token

def initialize (val)

Creates a new token with the specified value
###############################################################################
def initialize (val)
  super
end