Interface TreeParser<N extends Tree>

All Known Implementing Classes:
YamlParser

public interface TreeParser<N extends Tree>
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String source, InputFileContext inputFileContext)