@FunctionalInterface public interface ParseStart<R>
JavaParser.parse(ParseStart, Provider)
Modifier and Type | Field and Description |
---|---|
static ParseStart<AnnotationExpr> |
ANNOTATION |
static ParseStart<BodyDeclaration<?>> |
ANNOTATION_BODY |
static ParseStart<BlockStmt> |
BLOCK |
static ParseStart<BodyDeclaration<?>> |
CLASS_BODY |
static ParseStart<ClassOrInterfaceType> |
CLASS_OR_INTERFACE_TYPE |
static ParseStart<CompilationUnit> |
COMPILATION_UNIT |
static ParseStart<Expression> |
EXPRESSION |
static ParseStart<ImportDeclaration> |
IMPORT_DECLARATION |
static ParseStart<BodyDeclaration<?>> |
INTERFACE_BODY |
static ParseStart<Statement> |
STATEMENT |
static ParseStart<VariableDeclarationExpr> |
VARIABLE_DECLARATION_EXPR |
Modifier and Type | Method and Description |
---|---|
R |
parse(com.github.javaparser.ASTParser parser) |
static final ParseStart<CompilationUnit> COMPILATION_UNIT
static final ParseStart<BlockStmt> BLOCK
static final ParseStart<Statement> STATEMENT
static final ParseStart<ImportDeclaration> IMPORT_DECLARATION
static final ParseStart<Expression> EXPRESSION
static final ParseStart<AnnotationExpr> ANNOTATION
static final ParseStart<BodyDeclaration<?>> ANNOTATION_BODY
static final ParseStart<BodyDeclaration<?>> CLASS_BODY
static final ParseStart<BodyDeclaration<?>> INTERFACE_BODY
static final ParseStart<ClassOrInterfaceType> CLASS_OR_INTERFACE_TYPE
static final ParseStart<VariableDeclarationExpr> VARIABLE_DECLARATION_EXPR
R parse(com.github.javaparser.ASTParser parser) throws ParseException
ParseException
Copyright © 2007–2016. All rights reserved.