Class DslMethodNames
- java.lang.Object
-
- org.drools.modelcompiler.builder.generator.DslMethodNames
-
public class DslMethodNames extends Object
-
-
Field Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.github.javaparser.ast.expr.MethodCallExprcreateDslTopLevelMethod(String name)static com.github.javaparser.ast.expr.MethodCallExprcreateDslTopLevelMethod(String name, com.github.javaparser.ast.NodeList<com.github.javaparser.ast.expr.Expression> arguments)static booleanisDslTopLevelNamespace(com.github.javaparser.ast.expr.Expression expr)
-
-
-
Field Detail
-
DSL_NAMESPACE
public static final com.github.javaparser.ast.expr.NameExpr DSL_NAMESPACE
-
RULE_CALL
public static final String RULE_CALL
- See Also:
- Constant Field Values
-
UNIT_CALL
public static final String UNIT_CALL
- See Also:
- Constant Field Values
-
ATTRIBUTE_CALL
public static final String ATTRIBUTE_CALL
- See Also:
- Constant Field Values
-
SUPPLY_CALL
public static final String SUPPLY_CALL
- See Also:
- Constant Field Values
-
METADATA_CALL
public static final String METADATA_CALL
- See Also:
- Constant Field Values
-
BUILD_CALL
public static final String BUILD_CALL
- See Also:
- Constant Field Values
-
ADD_ANNOTATION_CALL
public static final String ADD_ANNOTATION_CALL
- See Also:
- Constant Field Values
-
ANNOTATION_VALUE_CALL
public static final String ANNOTATION_VALUE_CALL
- See Also:
- Constant Field Values
-
QUERY_INVOCATION_CALL
public static final String QUERY_INVOCATION_CALL
- See Also:
- Constant Field Values
-
QUERY_CALL
public static final String QUERY_CALL
- See Also:
- Constant Field Values
-
VALUE_OF_CALL
public static final String VALUE_OF_CALL
- See Also:
- Constant Field Values
-
BIND_AS_CALL
public static final String BIND_AS_CALL
- See Also:
- Constant Field Values
-
DECLARATION_OF_CALL
public static final String DECLARATION_OF_CALL
- See Also:
- Constant Field Values
-
GLOBAL_OF_CALL
public static final String GLOBAL_OF_CALL
- See Also:
- Constant Field Values
-
TYPE_META_DATA_CALL
public static final String TYPE_META_DATA_CALL
- See Also:
- Constant Field Values
-
FROM_CALL
public static final String FROM_CALL
- See Also:
- Constant Field Values
-
REACTIVE_FROM_CALL
public static final String REACTIVE_FROM_CALL
- See Also:
- Constant Field Values
-
ENTRY_POINT_CALL
public static final String ENTRY_POINT_CALL
- See Also:
- Constant Field Values
-
WINDOW_CALL
public static final String WINDOW_CALL
- See Also:
- Constant Field Values
-
PATTERN_CALL
public static final String PATTERN_CALL
- See Also:
- Constant Field Values
-
WATCH_CALL
public static final String WATCH_CALL
- See Also:
- Constant Field Values
-
PASSIVE_CALL
public static final String PASSIVE_CALL
- See Also:
- Constant Field Values
-
NOT_CALL
public static final String NOT_CALL
- See Also:
- Constant Field Values
-
EXISTS_CALL
public static final String EXISTS_CALL
- See Also:
- Constant Field Values
-
FORALL_CALL
public static final String FORALL_CALL
- See Also:
- Constant Field Values
-
ACCUMULATE_CALL
public static final String ACCUMULATE_CALL
- See Also:
- Constant Field Values
-
ACC_FUNCTION_CALL
public static final String ACC_FUNCTION_CALL
- See Also:
- Constant Field Values
-
ACC_WITH_EXTERNAL_DECLRS_CALL
public static final String ACC_WITH_EXTERNAL_DECLRS_CALL
- See Also:
- Constant Field Values
-
EVAL_CALL
public static final String EVAL_CALL
- See Also:
- Constant Field Values
-
NO_OP_EXPR
public static final String NO_OP_EXPR
- See Also:
- Constant Field Values
-
EVAL_EXPR_CALL
public static final String EVAL_EXPR_CALL
- See Also:
- Constant Field Values
-
EXPR_CALL
public static final String EXPR_CALL
- See Also:
- Constant Field Values
-
REACT_ON_CALL
public static final String REACT_ON_CALL
- See Also:
- Constant Field Values
-
BIND_CALL
public static final String BIND_CALL
- See Also:
- Constant Field Values
-
EXPR_OR_CALL
public static final String EXPR_OR_CALL
- See Also:
- Constant Field Values
-
EXPR_AND_CALL
public static final String EXPR_AND_CALL
- See Also:
- Constant Field Values
-
EXPR_END_OR_CALL
public static final String EXPR_END_OR_CALL
- See Also:
- Constant Field Values
-
EXPR_END_AND_CALL
public static final String EXPR_END_AND_CALL
- See Also:
- Constant Field Values
-
ALPHA_INDEXED_BY_CALL
public static final String ALPHA_INDEXED_BY_CALL
- See Also:
- Constant Field Values
-
BETA_INDEXED_BY_CALL
public static final String BETA_INDEXED_BY_CALL
- See Also:
- Constant Field Values
-
EXECUTE_CALL
public static final String EXECUTE_CALL
- See Also:
- Constant Field Values
-
ON_CALL
public static final String ON_CALL
- See Also:
- Constant Field Values
-
UNIT_DATA_CALL
public static final String UNIT_DATA_CALL
- See Also:
- Constant Field Values
-
WHEN_CALL
public static final String WHEN_CALL
- See Also:
- Constant Field Values
-
ELSE_WHEN_CALL
public static final String ELSE_WHEN_CALL
- See Also:
- Constant Field Values
-
THEN_CALL
public static final String THEN_CALL
- See Also:
- Constant Field Values
-
BREAKING_CALL
public static final String BREAKING_CALL
- See Also:
- Constant Field Values
-
GET_CHANNEL_CALL
public static final String GET_CHANNEL_CALL
- See Also:
- Constant Field Values
-
AND_CALL
public static final String AND_CALL
- See Also:
- Constant Field Values
-
OR_CALL
public static final String OR_CALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
createDslTopLevelMethod
public static com.github.javaparser.ast.expr.MethodCallExpr createDslTopLevelMethod(String name)
-
createDslTopLevelMethod
public static com.github.javaparser.ast.expr.MethodCallExpr createDslTopLevelMethod(String name, com.github.javaparser.ast.NodeList<com.github.javaparser.ast.expr.Expression> arguments)
-
isDslTopLevelNamespace
public static boolean isDslTopLevelNamespace(com.github.javaparser.ast.expr.Expression expr)
-
-