Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/nendo.rb

Instance Method Summary collapse

Instance Method Details

#linenoObject



2447
2448
2449
# File 'lib/nendo.rb', line 2447

def lineno
  @token ? @token.lineno : 1
end

#setLispToken(token) ⇒ Object



2441
2442
2443
# File 'lib/nendo.rb', line 2441

def setLispToken( token )
  @token = token
end

#sourcefileObject



2444
2445
2446
# File 'lib/nendo.rb', line 2444

def sourcefile
  @token ? @token.sourcefile : ""
end