Class: LLT::Form::Participle

Inherits:
VerbalNoun show all
Defined in:
lib/llt/form/participle.rb

Direct Known Subclasses

Fp, Ppa, Ppp

Instance Attribute Summary

Attributes inherited from LLT::Form

#casus, #classification, #comparison_sign, #ending, #extension, #genus, #index, #inflection_class, #modus, #numerus, #particle, #persona, #place, #prefix, #sexus, #stem, #stems, #string, #suffix, #tempus

Instance Method Summary collapse

Methods inherited from VerbalNoun

#init_keys, #segments

Methods inherited from LLT::Form

#functions, #init_keys, #initialize, #segmentized, #to_s

Constructor Details

This class inherits a constructor from LLT::Form

Instance Method Details

#init_functionsObject



4
5
6
# File 'lib/llt/form/participle.rb', line 4

def init_functions
  super + i{ substantive adjective participle }
end