Uses of Enum
com.puppycrawl.tools.checkstyle.JavaParser.Options
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of JavaParser.Options in com.puppycrawl.tools.checkstyle
Modifier and TypeMethodDescriptionstatic JavaParser.Options
Returns the enum constant of this type with the specified name.static JavaParser.Options[]
JavaParser.Options.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic DetailAST
JavaParser.parseFile
(File file, JavaParser.Options options) Parses Java source file.static DetailAST
JavaParser.parseFileText
(FileText text, JavaParser.Options options) Parse a text and return the parse tree.static String
AstTreeStringPrinter.printAst
(FileText text, JavaParser.Options options) Parse a file and print the parse tree.static String
AstTreeStringPrinter.printFileAst
(File file, JavaParser.Options options) Parse a file and print the parse tree.