Class: Google::Devtools::Clouddebugger::V2::SourceLocation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Clouddebugger::V2::SourceLocation
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb
 
Overview
Represents a location in the source code.
Instance Attribute Summary collapse
- 
  
    
      #line  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Line inside the file.
 - 
  
    
      #path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Path to the source file within the source context of the target binary.
 
Instance Attribute Details
#line ⇒ Integer
Returns Line inside the file. The first line in the file has the value +1+.
      83  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 83 class SourceLocation; end  | 
  
#path ⇒ String
Returns Path to the source file within the source context of the target binary.
      83  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 83 class SourceLocation; end  |