@FunctionalInterface public interface ParseStart<R>
MvelParser.parse(ParseStart, Provider)
Modifier and Type | Field and Description |
---|---|
static ParseStart<com.github.javaparser.ast.stmt.BlockStmt> |
BLOCK |
static ParseStart<com.github.javaparser.ast.type.ClassOrInterfaceType> |
CLASS_OR_INTERFACE_TYPE |
static ParseStart<com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt> |
EXPLICIT_CONSTRUCTOR_INVOCATION_STMT |
static ParseStart<com.github.javaparser.ast.expr.Expression> |
EXPRESSION |
static ParseStart<com.github.javaparser.ast.expr.Name> |
NAME |
static ParseStart<com.github.javaparser.ast.expr.SimpleName> |
SIMPLE_NAME |
static ParseStart<com.github.javaparser.ast.type.Type> |
TYPE |
Modifier and Type | Method and Description |
---|---|
R |
parse(GeneratedMvelParser parser) |
static final ParseStart<com.github.javaparser.ast.stmt.BlockStmt> BLOCK
static final ParseStart<com.github.javaparser.ast.expr.Expression> EXPRESSION
static final ParseStart<com.github.javaparser.ast.type.ClassOrInterfaceType> CLASS_OR_INTERFACE_TYPE
static final ParseStart<com.github.javaparser.ast.type.Type> TYPE
static final ParseStart<com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt> EXPLICIT_CONSTRUCTOR_INVOCATION_STMT
static final ParseStart<com.github.javaparser.ast.expr.Name> NAME
static final ParseStart<com.github.javaparser.ast.expr.SimpleName> SIMPLE_NAME
R parse(GeneratedMvelParser parser) throws com.github.javaparser.ParseException, ParseException
com.github.javaparser.ParseException
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.