Class KtImportHeaderAttributes
java.lang.Object
net.sourceforge.pmd.lang.kotlin.ast.AttributeView<KotlinParser.KtImportHeader>
net.sourceforge.pmd.lang.kotlin.ast.KtImportHeaderAttributes
- All Implemented Interfaces:
Node,Reportable
@Experimental
public final class KtImportHeaderAttributes
extends AttributeView<KotlinParser.KtImportHeader>
- Experimental Status:
- See
AttributeView. - Since:
- 7.25.0
-
Field Summary
Fields inherited from class net.sourceforge.pmd.lang.kotlin.ast.AttributeView
nodeFields inherited from interface net.sourceforge.pmd.lang.ast.Node
COORDS_COMPARATOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sourceforge.pmd.lang.kotlin.ast.AttributeView
acceptVisitor, ancestors, ancestors, ancestorsOrSelf, asStream, children, children, compareLocation, create, descendants, descendants, descendantsOrSelf, firstChild, getAstInfo, getBeginColumn, getBeginLine, getChild, getEndColumn, getEndLine, getFirstChild, getImage, getIndexInParent, getLanguageVersion, getLastChild, getNextSibling, getNode, getNumChildren, getParent, getPreviousSibling, getReportLocation, getRoot, getTextDocument, getTextRegion, getUserMap, getXPathNodeName, hasImageEqualTo, isFindBoundaryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.pmd.lang.ast.Node
getXPathAttributesIterator
-
Constructor Details
-
KtImportHeaderAttributes
-
-
Method Details
-
getName
-