Interface ExpressionParserRegistry.ILanguage<R extends Resolver<?>>
-
- Type Parameters:
R- the resolver type
- Enclosing class:
- ExpressionParserRegistry
public static interface ExpressionParserRegistry.ILanguage<R extends Resolver<?>>Identifies a language.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the language.
-