public interface DetailNode
JavadocNodeImpl
,
AbstractJavadocCheck
Modifier and Type | Method and Description |
---|---|
DetailNode[] |
getChildren()
Array of children.
|
int |
getColumnNumber()
Node column number.
|
int |
getIndex()
Node index among parent's children.
|
int |
getLineNumber()
Node line number.
|
DetailNode |
getParent()
Parent node.
|
String |
getText()
Node text.
|
int |
getType()
Node type.
|
int getType()
JavadocTokenTypes
int getLineNumber()
int getColumnNumber()
DetailNode[] getChildren()
DetailNode getParent()
int getIndex()
Copyright © 2001–2018. All rights reserved.