Class SwiftTerminalNode
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrNode<BaseAntlrTerminalNode.AntlrTerminalPmdAdapter<N>,N>
-
- net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrTerminalNode<SwiftNode>
-
- net.sourceforge.pmd.lang.swift.ast.SwiftTerminalNode
-
- All Implemented Interfaces:
AntlrNode<SwiftNode>
,GenericNode<SwiftNode>
,Node
,SwiftNode
,Reportable
public final class SwiftTerminalNode extends BaseAntlrTerminalNode<SwiftNode> implements SwiftNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrTerminalNode
BaseAntlrTerminalNode.AntlrErrorPmdAdapter<N extends AntlrNode<N>>, BaseAntlrTerminalNode.AntlrTerminalPmdAdapter<N extends AntlrNode<N>>
-
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrNode
BaseAntlrNode.AntlrToPmdParseTreeAdapter<N extends AntlrNode<N>>
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.pmd.lang.ast.Node
COORDS_COMPARATOR
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull String
getText()
String
getXPathNodeName()
-
Methods inherited from class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrTerminalNode
asAntlrNode, getChild, getFirstAntlrToken, getLastAntlrToken, getNumChildren, getTokenKind
-
Methods inherited from class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrNode
getBeginColumn, getBeginLine, getEndColumn, getEndLine, getIndexInParent, getParent, getTextRegion, getUserMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.lang.ast.impl.GenericNode
ancestors, ancestorsOrSelf, asStream, children, descendants, descendantsOrSelf, getChild, getFirstChild, getLastChild, getNextSibling, getParent, getPreviousSibling
-
Methods 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, hasImageEqualTo, isFindBoundary
-
-
-
-
Method Detail
-
getText
public @NonNull String getText()
- Specified by:
getText
in classBaseAntlrTerminalNode<SwiftNode>
-
getXPathNodeName
public String getXPathNodeName()
- Specified by:
getXPathNodeName
in interfaceNode
-
-