Uses of Class
input.Scope

Packages that use Scope
input   
 

Uses of Scope in input
 

Methods in input that return Scope
static Scope Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Scope[] Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in input with parameters of type Scope
Attribute(java.lang.String tp, java.lang.String n, Scope s, Gener g)
          Constructeur d'attribut.
Concrete(java.lang.String tp, java.lang.String n, java.util.Vector<Parameter> pars, java.lang.String com, Scope s, java.lang.String b)
          Constructeur de methode concrete.
Method(java.lang.String tp, java.lang.String n, java.util.Vector<Parameter> pars, java.lang.String com, Scope s)
          Le constructeur de methode.