Class: ImgToScript::AbstractToken::ProgramEnd

Inherits:
ImgToScript::AbstractToken show all
Defined in:
lib/img_to_script/abstract_token/program_end.rb

Overview

Marks end of the program.

Instance Method Summary collapse

Constructor Details

#initializeProgramEnd

Returns a new instance of ProgramEnd.



9
10
11
12
13
# File 'lib/img_to_script/abstract_token/program_end.rb', line 9

def initialize(**)
  @type = AbsTokenType::PROGRAM_END_LBL

  super
end