Class KtCompanionObjectAttributes
java.lang.Object
net.sourceforge.pmd.lang.kotlin.ast.AttributeView<KotlinParser.KtCompanionObject>
net.sourceforge.pmd.lang.kotlin.ast.KtCompanionObjectAttributes
- All Implemented Interfaces:
AntlrNode<KotlinNode>,GenericNode<KotlinNode>,Node,HasModifiers,KotlinNode,Reportable
@Experimental
public class KtCompanionObjectAttributes
extends AttributeView<KotlinParser.KtCompanionObject>
implements HasModifiers
- 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.impl.GenericNode
ancestors, ancestorsOrSelf, asStream, children, descendants, descendantsOrSelf, getChild, getFirstChild, getLastChild, getNextSibling, getParent, getPreviousSiblingMethods inherited from interface net.sourceforge.pmd.lang.kotlin.ast.HasModifiers
getModifiers, getNodeMethods inherited from interface net.sourceforge.pmd.lang.ast.Node
acceptVisitor, ancestors, children, compareLocation, descendants, firstChild, getAstInfo, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getImage, getIndexInParent, getLanguageVersion, getNumChildren, getReportLocation, getRoot, getTextDocument, getTextRegion, getUserMap, getXPathAttributesIterator, getXPathNodeName, hasImageEqualTo, isFindBoundary
-
Constructor Details
-
KtCompanionObjectAttributes
-