src
Class Lettre_A

java.lang.Object
  extended by src.SuiteDeChar
      extended by src.Vocabulaire
          extended by src.Lettre
              extended by src.Voyelle
                  extended by src.Lettre_A

public class Lettre_A
extends Voyelle


Constructor Summary
Lettre_A(boolean b)
           
 
Method Summary
 Lettre majusculiser()
           
 Lettre minusculiser()
           
 java.lang.String toString()
          String representation.
 
Methods inherited from class src.Voyelle
compterVoyelles, estVoyelle
 
Methods inherited from class src.Lettre
compterMots, estMot, iemeMot, isMajuscule, setMajuscule, toutesMinus
 
Methods inherited from class src.Vocabulaire
estLettre, longueur
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lettre_A

public Lettre_A(boolean b)
Method Detail

minusculiser

public Lettre minusculiser()
Specified by:
minusculiser in class Lettre

toString

public java.lang.String toString()
Description copied from class: SuiteDeChar
String representation.

Specified by:
toString in class SuiteDeChar

majusculiser

public Lettre majusculiser()
Specified by:
majusculiser in class Lettre