Uses of Class
input.Attribute

Packages that use Attribute
input   
 

Uses of Attribute in input
 

Fields in input with type parameters of type Attribute
static java.util.Vector<Attribute> Class.NOATTRIBUTE
          Constante utile pour l'absence d'attribut.
 

Methods in input that return types with arguments of type Attribute
 java.util.Vector<Attribute> Class.getStructure()
           
 

Method parameters in input with type arguments of type Attribute
 void Class.setStructure(java.util.Vector<Attribute> structure)
          Affecte le vecteur des attributs.
 

Constructor parameters in input with type arguments of type Attribute
Class(java.lang.String n, java.util.Vector<Attribute> attr, java.util.Vector<Method> beh, boolean a, java.lang.String s)
          Constructeur d'une classe.