Class: CrossLanguageSpotter::OracleRelationEnd
- Inherits:
-
Struct
- Object
- Struct
- CrossLanguageSpotter::OracleRelationEnd
- Defined in:
- lib/crosslanguagespotter/oracle.rb
Instance Attribute Summary collapse
-
#col ⇒ Object
Returns the value of attribute col.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#surface_form ⇒ Object
Returns the value of attribute surface_form.
Instance Attribute Details
#col ⇒ Object
Returns the value of attribute col
11 12 13 |
# File 'lib/crosslanguagespotter/oracle.rb', line 11 def col @col end |
#file ⇒ Object
Returns the value of attribute file
11 12 13 |
# File 'lib/crosslanguagespotter/oracle.rb', line 11 def file @file end |
#line ⇒ Object
Returns the value of attribute line
11 12 13 |
# File 'lib/crosslanguagespotter/oracle.rb', line 11 def line @line end |
#surface_form ⇒ Object
Returns the value of attribute surface_form
11 12 13 |
# File 'lib/crosslanguagespotter/oracle.rb', line 11 def surface_form @surface_form end |