Uses of Class
org.anarres.cpp.Feature

Uses of Feature in org.anarres.cpp
 

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

Methods in org.anarres.cpp that return types with arguments of type Feature
 Set<Feature> Preprocessor.getFeatures()
           
 

Methods in org.anarres.cpp with parameters of type Feature
 void Preprocessor.addFeature(Feature f)
           
 

Method parameters in org.anarres.cpp with type arguments of type Feature
 void Preprocessor.addFeatures(Collection<Feature> f)
           
 void Source.setFeatures(Set<Feature> features)
           
 void LexerSource.setFeatures(Set<Feature> features)
           
 



Copyright © 2007 Shevek, Anarres. All Rights Reserved.