Uses of Class
koala.dynamicjava.tree.ModifierSet.Modifier

Packages that use ModifierSet.Modifier
koala.dynamicjava.tree   
 

Uses of ModifierSet.Modifier in koala.dynamicjava.tree
 

Methods in koala.dynamicjava.tree that return ModifierSet.Modifier
static ModifierSet.Modifier ModifierSet.Modifier.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModifierSet.Modifier[] ModifierSet.Modifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in koala.dynamicjava.tree that return types with arguments of type ModifierSet.Modifier
 Set<ModifierSet.Modifier> ModifierSet.getFlags()
           
 

Methods in koala.dynamicjava.tree with parameters of type ModifierSet.Modifier
 int ModifierSet.getBitVector(ModifierSet.Modifier... forced)
          Get the standard Java bit vector corresponding to ModifierSet.getFlags().
static ModifierSet ModifierSet.make(ModifierSet.Modifier mod, ModifierSet.Modifier... mods)
           
static ModifierSet ModifierSet.make(ModifierSet.Modifier mod, ModifierSet.Modifier... mods)
           
 

Constructor parameters in koala.dynamicjava.tree with type arguments of type ModifierSet.Modifier
ModifierSet(Set<ModifierSet.Modifier> flgs, List<Annotation> annots)
           
ModifierSet(Set<ModifierSet.Modifier> flgs, List<Annotation> annots, SourceInfo si)