Class: SeccompTools::Symbolic::Executor::Leaf

Inherits:
Struct
  • Object
show all
Defined in:
lib/seccomp-tools/symbolic/executor.rb

Overview

A reached return: the accumulated path condition, the value returned (an SeccompTools::Symbolic::Expr), and the line the return is on.

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



33
34
35
# File 'lib/seccomp-tools/symbolic/executor.rb', line 33

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



33
34
35
# File 'lib/seccomp-tools/symbolic/executor.rb', line 33

def path
  @path
end

#retObject

Returns the value of attribute ret

Returns:

  • (Object)

    the current value of ret



33
34
35
# File 'lib/seccomp-tools/symbolic/executor.rb', line 33

def ret
  @ret
end