public class ApexParser extends Object
Modifier and Type | Field and Description |
---|---|
protected ApexParserOptions |
parserOptions |
Constructor and Description |
---|
ApexParser(ApexParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,String> |
getSuppressMap() |
ApexNode<apex.jorje.semantic.ast.compilation.Compilation> |
parse(Reader reader) |
apex.jorje.semantic.ast.compilation.Compilation |
parseApex(String sourceCode) |
protected final ApexParserOptions parserOptions
public ApexParser(ApexParserOptions parserOptions)
public apex.jorje.semantic.ast.compilation.Compilation parseApex(String sourceCode) throws ParseException
ParseException
Copyright © 2002–2017 PMD. All rights reserved.