Package net.sourceforge.pmd.lang.vm.ast
Class NodeUtils
- java.lang.Object
-
- net.sourceforge.pmd.lang.vm.ast.NodeUtils
-
@Deprecated public final class NodeUtils extends Object
Deprecated.for removal with PMD 7.0.0Utilities 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 Deprecated Methods Modifier and Type Method Description static String
tokenLiteral(Token t)
Deprecated.complete node literal
-