Class: Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::Position
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::Position
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1/executions.rb
Overview
Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes.
Instance Attribute Summary collapse
-
#column ⇒ ::Integer
The source code column position (of the line) the current instruction was generated from.
-
#length ⇒ ::Integer
The number of bytes of source code making up this stack trace element.
-
#line ⇒ ::Integer
The source code line number the current instruction was generated from.
Instance Attribute Details
#column ⇒ ::Integer
Returns The source code column position (of the line) the current instruction was generated from.
116 117 118 119 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 116 class Position include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#length ⇒ ::Integer
Returns The number of bytes of source code making up this stack trace element.
116 117 118 119 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 116 class Position include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#line ⇒ ::Integer
Returns The source code line number the current instruction was generated from.
116 117 118 119 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 116 class Position include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |