Class: PgVerify::Interpret::TransitionContext::TempExpression
- Inherits:
-
Struct
- Object
- Struct
- PgVerify::Interpret::TransitionContext::TempExpression
- Defined in:
- lib/pg-verify/interpret/transition_context.rb
Instance Attribute Summary collapse
-
#source_location ⇒ Object
Returns the value of attribute source_location.
-
#string ⇒ Object
Returns the value of attribute string.
Instance Attribute Details
#source_location ⇒ Object
Returns the value of attribute source_location
6 7 8 |
# File 'lib/pg-verify/interpret/transition_context.rb', line 6 def source_location @source_location end |
#string ⇒ Object
Returns the value of attribute string
6 7 8 |
# File 'lib/pg-verify/interpret/transition_context.rb', line 6 def string @string end |