Class PythonTreeGenerator

java.lang.Object
com.github.gumtreediff.gen.TreeGenerator
com.github.gumtreediff.gen.ExternalProcessTreeGenerator
com.github.gumtreediff.gen.python.PythonTreeGenerator

public class PythonTreeGenerator extends com.github.gumtreediff.gen.ExternalProcessTreeGenerator
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.github.gumtreediff.gen.TreeGenerator

    com.github.gumtreediff.gen.TreeGenerator.ReaderConfigurator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.github.gumtreediff.tree.TreeContext
     
     

    Methods inherited from class com.github.gumtreediff.gen.ExternalProcessTreeGenerator

    readStandardOutput

    Methods inherited from class com.github.gumtreediff.gen.TreeGenerator

    generateFrom, generateTree

    Methods inherited from class java.lang.Object

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

    • PythonTreeGenerator

      public PythonTreeGenerator()
  • Method Details

    • generate

      public com.github.gumtreediff.tree.TreeContext generate(Reader r) throws IOException
      Specified by:
      generate in class com.github.gumtreediff.gen.TreeGenerator
      Throws:
      IOException
    • getCommandLine

      public String[] getCommandLine(String file)
      Specified by:
      getCommandLine in class com.github.gumtreediff.gen.ExternalProcessTreeGenerator