Class ApexParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.apex.ast.ApexParser
-
public class ApexParser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ApexParserOptionsparserOptions
-
Constructor Summary
Constructors Constructor Description ApexParser(ApexParserOptions parserOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,String>getSuppressMap()ApexNode<apex.jorje.semantic.ast.compilation.Compilation>parse(Reader reader)apex.jorje.semantic.ast.compilation.CompilationparseApex(String sourceCode)
-
-
-
Field Detail
-
parserOptions
protected final ApexParserOptions parserOptions
-
-
Constructor Detail
-
ApexParser
public ApexParser(ApexParserOptions parserOptions)
-
-
Method Detail
-
parseApex
public apex.jorje.semantic.ast.compilation.Compilation parseApex(String sourceCode) throws net.sourceforge.pmd.lang.ast.ParseException
- Throws:
net.sourceforge.pmd.lang.ast.ParseException
-
-