Package | Description |
---|---|
org.camunda.bpm.engine.impl.javax.el | |
org.camunda.bpm.engine.impl.juel |
Modifier and Type | Method and Description |
---|---|
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns information about the
actual referenced method.
|
Modifier and Type | Method and Description |
---|---|
MethodInfo |
ExpressionNode.getMethodInfo(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes)
Get method information.
|
MethodInfo |
AstText.getMethodInfo(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes) |
MethodInfo |
AstRightValue.getMethodInfo(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes) |
MethodInfo |
AstProperty.getMethodInfo(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes) |
MethodInfo |
AstMethod.getMethodInfo(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes) |
MethodInfo |
AstIdentifier.getMethodInfo(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes) |
MethodInfo |
AstEval.getMethodInfo(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes) |
MethodInfo |
TreeMethodExpression.getMethodInfo(ELContext context)
Evaluates the expression and answers information about the method
|
Copyright © 2015. All rights reserved.