Class: Fop::Compiler::Instructions::Op

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

Instance Attribute Summary collapse

Instance Attribute Details

#arityObject

Returns the value of attribute arity

Returns:

  • (Object)

    the current value of arity



27
28
29
# File 'lib/fop/compiler.rb', line 27

def arity
  @arity
end

#max_arityObject

Returns the value of attribute max_arity

Returns:

  • (Object)

    the current value of max_arity



27
28
29
# File 'lib/fop/compiler.rb', line 27

def max_arity
  @max_arity
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



27
28
29
# File 'lib/fop/compiler.rb', line 27

def proc
  @proc
end