|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Warning in org.anarres.cpp |
---|
Methods in org.anarres.cpp that return Warning | |
---|---|
static Warning |
Warning.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Warning[] |
Warning.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 Warning | |
---|---|
Set<Warning> |
Preprocessor.getWarnings()
Returns the warning-set for this Preprocessor. |
Methods in org.anarres.cpp with parameters of type Warning | |
---|---|
void |
Preprocessor.addWarning(Warning w)
Adds a warning to the warning-set of this Preprocessor. |
boolean |
Preprocessor.getWarning(Warning w)
Returns true if the given warning is in the warning-set of this Preprocessor. |
Method parameters in org.anarres.cpp with type arguments of type Warning | |
---|---|
void |
Preprocessor.addWarnings(Collection<Warning> w)
Adds warnings to the warning-set of this Preprocessor. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |