Package wyvern.tools.parsing.quotelang

Examples of wyvern.tools.parsing.quotelang.QuoteParser$ToastExecutor


   * @return The deep-copied AST node
   */
  TypedAST cloneWithChildren(Map<String, TypedAST> newChildren);

  public static HasParser meta$get() {
    return () -> new QuoteParser();
  }
View Full Code Here

TOP

Related Classes of wyvern.tools.parsing.quotelang.QuoteParser$ToastExecutor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.