类 JsonPathParser.RelativePathContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.jsfr.json.compiler.JsonPathParser.RelativePathContext
-
- 所有已实现的接口:
org.antlr.v4.runtime.tree.ParseTree
,org.antlr.v4.runtime.tree.RuleNode
,org.antlr.v4.runtime.tree.SyntaxTree
,org.antlr.v4.runtime.tree.Tree
- 封闭类:
- JsonPathParser
public static class JsonPathParser.RelativePathContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
构造器概要
构造器 构造器 说明 RelativePathContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <T> T
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
JsonPathParser.AnyContext
any()
JsonPathParser.AnyChildContext
anyChild()
JsonPathParser.AnyIndexContext
anyIndex()
JsonPathParser.ChildNodeContext
childNode()
JsonPathParser.ChildrenNodeContext
childrenNode()
JsonPathParser.FilterContext
filter()
int
getRuleIndex()
JsonPathParser.IndexContext
index()
JsonPathParser.IndexesContext
indexes()
JsonPathParser.SearchContext
search()
JsonPathParser.SearchChildContext
searchChild()
JsonPathParser.SlicingContext
slicing()
-
从类继承的方法 org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
方法详细资料
-
searchChild
public JsonPathParser.SearchChildContext searchChild()
-
search
public JsonPathParser.SearchContext search()
-
index
public JsonPathParser.IndexContext index()
-
indexes
public JsonPathParser.IndexesContext indexes()
-
slicing
public JsonPathParser.SlicingContext slicing()
-
childNode
public JsonPathParser.ChildNodeContext childNode()
-
childrenNode
public JsonPathParser.ChildrenNodeContext childrenNode()
-
anyChild
public JsonPathParser.AnyChildContext anyChild()
-
anyIndex
public JsonPathParser.AnyIndexContext anyIndex()
-
any
public JsonPathParser.AnyContext any()
-
filter
public JsonPathParser.FilterContext filter()
-
getRuleIndex
public int getRuleIndex()
- 覆盖:
getRuleIndex
在类中org.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- 指定者:
accept
在接口中org.antlr.v4.runtime.tree.ParseTree
- 覆盖:
accept
在类中org.antlr.v4.runtime.RuleContext
-
-