public interface TypeNode extends Node
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getType()
Get the Java Class associated with this node.
|
JavaTypeDefinition |
getTypeDefinition()
Get the TypeDefinition associated with this node.
|
void |
setType(java.lang.Class<?> type)
Set the Java Class associated with this node.
|
void |
setTypeDefinition(JavaTypeDefinition type)
Set the TypeDefinition associated with this node.
|
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserDatajava.lang.Class<?> getType()
null.JavaTypeDefinition getTypeDefinition()
getType().nullvoid setTypeDefinition(JavaTypeDefinition type)
type - A TypeDefinition objectvoid setType(java.lang.Class<?> type)
type - A Java ClassCopyright © 2002–2017 PMD. All rights reserved.