|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectt2s.ihm.Lecture
public class Lecture
Classe gérant les différents types de Lecture possibles.
| Constructor Summary | |
|---|---|
Lecture()
Une lecture vide : lance l'IHM. |
|
Lecture(java.lang.String file)
Pour créer une instance de lecture |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
La méthode éxécutable qui fait ce qu'il faut ... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Lecture()
throws AnalyseException
AnalyseException
public Lecture(java.lang.String file)
throws AnalyseException
file - le fichier à lire ('-' pour lire depuis stdin)
AnalyseException| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||