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



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

def arity
  @arity
end

#max_arityObject

Returns the value of attribute 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



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

def proc
  @proc
end