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