Package | Description |
---|---|
org.drools.mvel.parser |
Modifier and Type | Field and Description |
---|---|
static ParseStart<com.github.javaparser.ast.stmt.BlockStmt> |
ParseStart.BLOCK |
static ParseStart<com.github.javaparser.ast.type.ClassOrInterfaceType> |
ParseStart.CLASS_OR_INTERFACE_TYPE |
static ParseStart<com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt> |
ParseStart.EXPLICIT_CONSTRUCTOR_INVOCATION_STMT |
static ParseStart<com.github.javaparser.ast.expr.Expression> |
ParseStart.EXPRESSION |
static ParseStart<com.github.javaparser.ast.expr.Name> |
ParseStart.NAME |
static ParseStart<com.github.javaparser.ast.expr.SimpleName> |
ParseStart.SIMPLE_NAME |
static ParseStart<com.github.javaparser.ast.type.Type> |
ParseStart.TYPE |
Modifier and Type | Method and Description |
---|---|
static ParseStart<DrlxExpression> |
DrlxParser.buildDrlxParserWithArguments(Collection<String> operators) |
Modifier and Type | Method and Description |
---|---|
<N extends com.github.javaparser.ast.Node> |
MvelParser.parse(ParseStart<N> start,
Provider provider)
Parses source code.
|
static <T extends DrlxExpression> |
DrlxParser.parseExpression(ParseStart<DrlxExpression> parser,
String expression) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.