Class: QVM

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

Overview

Evaluation ##

Instance Attribute Summary collapse

Instance Attribute Details

#bindingsObject

Returns the value of attribute bindings

Returns:

  • (Object)

    the current value of bindings



7
8
9
# File 'lib/qrun.rb', line 7

def bindings
  @bindings
end

#programObject

Returns the value of attribute program

Returns:

  • (Object)

    the current value of program



7
8
9
# File 'lib/qrun.rb', line 7

def program
  @program
end

#stackObject

Returns the value of attribute stack

Returns:

  • (Object)

    the current value of stack



7
8
9
# File 'lib/qrun.rb', line 7

def stack
  @stack
end