Class KotlinParser.KtMultiLineStringLiteral

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrNode<KotlinNode>, net.sourceforge.pmd.lang.ast.impl.GenericNode<KotlinNode>, net.sourceforge.pmd.lang.ast.Node, KotlinNode, net.sourceforge.pmd.reporting.Reportable
    Enclosing class:
    KotlinParser

    @Generated("org.antlr.v4.Tool")
    public static class KotlinParser.KtMultiLineStringLiteral
    extends net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrInnerNode<KotlinNode>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrInnerNode

        net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrInnerNode.PmdAsAntlrInnerNode<N extends net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrNode<N>>
      • Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrNode

        net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrNode.AntlrToPmdParseTreeAdapter<N extends net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrNode<N>>
    • Field Summary

      • Fields inherited from class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrInnerNode

        exception
      • Fields inherited from interface net.sourceforge.pmd.lang.ast.Node

        COORDS_COMPARATOR
    • Constructor Summary

      Constructors 
      Constructor Description
      KtMultiLineStringLiteral​(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)  
    • Constructor Detail

      • KtMultiLineStringLiteral

        public KtMultiLineStringLiteral​(org.antlr.v4.runtime.ParserRuleContext parent,
                                        int invokingState)
    • Method Detail

      • TRIPLE_QUOTE_OPEN

        public org.antlr.v4.runtime.tree.TerminalNode TRIPLE_QUOTE_OPEN()
      • TRIPLE_QUOTE_CLOSE

        public org.antlr.v4.runtime.tree.TerminalNode TRIPLE_QUOTE_CLOSE()
      • MultiLineStringQuote

        public List<org.antlr.v4.runtime.tree.TerminalNode> MultiLineStringQuote()
      • MultiLineStringQuote

        public org.antlr.v4.runtime.tree.TerminalNode MultiLineStringQuote​(int i)
      • getRuleIndex

        public int getRuleIndex()
        Specified by:
        getRuleIndex in class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrInnerNode<KotlinNode>
      • enterRule

        public void enterRule​(org.antlr.v4.runtime.tree.ParseTreeListener listener)
        Overrides:
        enterRule in class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrInnerNode<KotlinNode>
      • exitRule

        public void exitRule​(org.antlr.v4.runtime.tree.ParseTreeListener listener)
        Overrides:
        exitRule in class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrInnerNode<KotlinNode>
      • acceptVisitor

        public <P,​R> R acceptVisitor​(net.sourceforge.pmd.lang.ast.AstVisitor<? super P,​? extends R> visitor,
                                           P data)
        Specified by:
        acceptVisitor in interface net.sourceforge.pmd.lang.ast.Node
      • asAntlrNode

        protected net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrInnerNode.PmdAsAntlrInnerNode<KotlinNode> asAntlrNode()
        Overrides:
        asAntlrNode in class net.sourceforge.pmd.lang.ast.impl.antlr4.BaseAntlrInnerNode<KotlinNode>
      • getXPathNodeName

        public String getXPathNodeName()
        Specified by:
        getXPathNodeName in interface net.sourceforge.pmd.lang.ast.Node