Package xyz.cofe.cxel

Class ASTDump

java.lang.Object
xyz.cofe.cxel.ASTDump

public class ASTDump
extends java.lang.Object
Дамп AST
  • Constructor Summary

    Constructors 
    Constructor Description
    ASTDump()  
  • Method Summary

    Modifier and Type Method Description
    static TDump<AST> build()
    Создание дампа
    static TDump<AST> build​(java.util.function.Consumer<TDump<AST>> conf)
    Создание дампа

    Methods inherited from class java.lang.Object

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

  • Method Details

    • build

      public static TDump<AST> build()
      Создание дампа
      Returns:
      создание дампа
    • build

      public static TDump<AST> build​(java.util.function.Consumer<TDump<AST>> conf)
      Создание дампа
      Parameters:
      conf - конфигурация
      Returns:
      создание дампа