Class Parser


  • public class Parser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Parser​(java.util.Set<java.nio.file.Path> dependencyClasses, java.util.Set<java.nio.file.Path> projectClasses)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jdt.core.dom.ASTParser getParser()  
      • Methods inherited from class java.lang.Object

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

      • Parser

        public Parser​(java.util.Set<java.nio.file.Path> dependencyClasses,
                      java.util.Set<java.nio.file.Path> projectClasses)
    • Method Detail

      • getParser

        public org.eclipse.jdt.core.dom.ASTParser getParser()