Uses of Class
xtc.type.VariableT.Kind

Packages that use VariableT.Kind
xtc.type   
 

Uses of VariableT.Kind in xtc.type
 

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

Methods in xtc.type with parameters of type VariableT.Kind
 boolean VariableT.hasKind(VariableT.Kind kind)
          Determine whether this variable has the specified kind.
 

Constructors in xtc.type with parameters of type VariableT.Kind
VariableT(Type template, Type type, VariableT.Kind kind, java.lang.String name)
          Create a new variable type.
 



Copyright © 2012. All Rights Reserved.