public static class XPath2Parser.KindTestContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
KindTestContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
XPath2Parser.AnyKindTestContext |
anyKindTest() |
XPath2Parser.AttributeTestContext |
attributeTest() |
XPath2Parser.CommentTestContext |
commentTest() |
XPath2Parser.DocumentTestContext |
documentTest() |
XPath2Parser.ElementTestContext |
elementTest() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
XPath2Parser.PITestContext |
pITest() |
XPath2Parser.SchemaAttributeTestContext |
schemaAttributeTest() |
XPath2Parser.SchemaElementTestContext |
schemaElementTest() |
XPath2Parser.TextTestContext |
textTest() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic KindTestContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public XPath2Parser.DocumentTestContext documentTest()
public XPath2Parser.ElementTestContext elementTest()
public XPath2Parser.AttributeTestContext attributeTest()
public XPath2Parser.SchemaElementTestContext schemaElementTest()
public XPath2Parser.SchemaAttributeTestContext schemaAttributeTest()
public XPath2Parser.PITestContext pITest()
public XPath2Parser.CommentTestContext commentTest()
public XPath2Parser.TextTestContext textTest()
public XPath2Parser.AnyKindTestContext anyKindTest()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextCopyright © 2017. All rights reserved.