Class ApexParser


  • public class ApexParser
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.Integer,​java.lang.String> getSuppressMap()  
      ApexNode<apex.jorje.semantic.ast.compilation.Compilation> parse​(java.io.Reader reader)  
      apex.jorje.semantic.ast.compilation.Compilation parseApex​(java.lang.String sourceCode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parseApex

        public apex.jorje.semantic.ast.compilation.Compilation parseApex​(java.lang.String sourceCode)
                                                                  throws net.sourceforge.pmd.lang.ast.ParseException
        Throws:
        net.sourceforge.pmd.lang.ast.ParseException
      • parse

        public ApexNode<apex.jorje.semantic.ast.compilation.Compilation> parse​(java.io.Reader reader)
      • getSuppressMap

        public java.util.Map<java.lang.Integer,​java.lang.String> getSuppressMap()