net.sourceforge.pmd.ast
public interface TypeNode
| Method Summary | |
|---|---|
| Class<?> | getType()
Get the Java Class associated with this node. |
| void | setType(Class<?> type)
Set the Java Class associated with this node. |
Returns: The Java Class, may return null.
Parameters: type A Java Class