Uses of Class
org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
-
Packages that use Parser.ExtensionPoint Package Description org.flowable.common.engine.impl.de.odysseus.el.tree.impl -
-
Uses of Parser.ExtensionPoint in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree.impl that return Parser.ExtensionPoint Modifier and Type Method Description Parser.ExtensionPointParser.ExtensionHandler. getExtensionPoint()static Parser.ExtensionPointParser.ExtensionPoint. valueOf(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 org.flowable.common.engine.impl.de.odysseus.el.tree.impl with parameters of type Parser.ExtensionPoint Constructor Description ExtensionHandler(Parser.ExtensionPoint point)
-