Class: PgVerify::Interpret::TransitionContext::TempExpression

Inherits:
Struct
  • Object
show all
Defined in:
lib/pg-verify/interpret/transition_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#source_locationObject

Returns the value of attribute source_location

Returns:

  • (Object)

    the current value of source_location



6
7
8
# File 'lib/pg-verify/interpret/transition_context.rb', line 6

def source_location
  @source_location
end

#stringObject

Returns the value of attribute string

Returns:

  • (Object)

    the current value of string



6
7
8
# File 'lib/pg-verify/interpret/transition_context.rb', line 6

def string
  @string
end