C# Class ATMLWorkBench.model.Verb

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Protected Properties

Свойство Type Description
parts String[]
statements List

Méthodes publiques

Méthode Description
Parse ( List &statements, int &index ) : Verb
Verb ( ) : System
Verb ( List &statements, int &index ) : System

Method Details

Parse() public static méthode

public static Parse ( List &statements, int &index ) : Verb
statements List
index int
Résultat Verb

Verb() public méthode

public Verb ( ) : System
Résultat System

Verb() public méthode

public Verb ( List &statements, int &index ) : System
statements List
index int
Résultat System

Property Details

parts protected_oe property

protected String[] parts
Résultat String[]

statements protected_oe property

protected List statements
Résultat List