|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Returns the feature-set for this Preprocessor. |
Methods in org.anarres.cpp with parameters of type Feature | |
---|---|
void |
Preprocessor.addFeature(Feature f)
Adds a feature to the feature-set of this Preprocessor. |
boolean |
Preprocessor.getFeature(Feature f)
Returns true if the given feature is in the feature-set of this Preprocessor. |
Method parameters in org.anarres.cpp with type arguments of type Feature | |
---|---|
void |
Preprocessor.addFeatures(Collection<Feature> f)
Adds features to the feature-set of this Preprocessor. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |