Uses of Class
de.odysseus.el.tree.impl.Parser.ExtensionPoint
-
Packages that use Parser.ExtensionPoint Package Description de.odysseus.el.tree.impl -
-
Uses of Parser.ExtensionPoint in de.odysseus.el.tree.impl
Fields in de.odysseus.el.tree.impl declared as Parser.ExtensionPoint Modifier and Type Field Description private Parser.ExtensionPoint
Parser.ExtensionHandler. point
Methods in de.odysseus.el.tree.impl that return Parser.ExtensionPoint Modifier and Type Method Description Parser.ExtensionPoint
Parser.ExtensionHandler. getExtensionPoint()
static Parser.ExtensionPoint
Parser.ExtensionPoint. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Parser.ExtensionPoint[]
Parser.ExtensionPoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.odysseus.el.tree.impl with parameters of type Parser.ExtensionPoint Constructor Description ExtensionHandler(Parser.ExtensionPoint point)
-