net.sourceforge.pmd.lang.vm.ast
Class NodeUtils

java.lang.Object
  extended by net.sourceforge.pmd.lang.vm.ast.NodeUtils

public class NodeUtils
extends 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.

Constructor Summary
NodeUtils()
           
 
Method Summary
static 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
 

Constructor Detail

NodeUtils

public NodeUtils()
Method Detail

tokenLiteral

public static String tokenLiteral(Token t)
complete node literal

Parameters:
t -
Returns:
A node literal.


Copyright © 2002–2015 InfoEther. All rights reserved.