Class NodeUtils


  • public final class NodeUtils
    extends java.lang.Object
    Utilities for dealing with the AST node structure.
    Version:
    $Id: NodeUtils.java 687386 2008-08-20 16:57:07Z nbubna $
    Author:
    Jason van Zyl, Geir Magnusson Jr.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String tokenLiteral​(Token t)
      complete node literal
      • Methods inherited from class java.lang.Object

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

      • tokenLiteral

        public static java.lang.String tokenLiteral​(Token t)
        complete node literal
        Parameters:
        t -
        Returns:
        A node literal.