Class ApexParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.apex.ast.ApexParser
-
- All Implemented Interfaces:
Parser
@InternalApi public final class ApexParser extends Object implements Parser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.ast.Parser
Parser.ParserTask
-
-
Constructor Summary
Constructors Constructor Description ApexParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTApexFile
parse(Parser.ParserTask task)
-
-
-
Method Detail
-
parse
public ASTApexFile parse(Parser.ParserTask task)
-
-