Uses of Class
org.camunda.bpm.impl.juel.AstParameters
-
Uses of AstParameters in org.camunda.bpm.impl.juel
Modifier and TypeMethodDescriptionprotected AstParameters
Parser.params()
params := <LPAREN> (expr (<COMMA> expr)*)? <RPAREN>Modifier and TypeMethodDescriptionprotected AstFunction
Parser.createAstFunction
(String name, int index, AstParameters params) protected AstMethod
Parser.createAstMethod
(AstProperty property, AstParameters params) protected final AstFunction
Parser.function
(String name, AstParameters params) ModifierConstructorDescriptionAstFunction
(String name, int index, AstParameters params) AstFunction
(String name, int index, AstParameters params, boolean varargs) AstMethod
(AstProperty property, AstParameters params)