| 程序包 | 说明 |
|---|---|
| io.shardingsphere.core.parsing.antlr.extractor.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static RuleName |
RuleName.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RuleName[] |
RuleName.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.common.base.Optional<org.antlr.v4.runtime.ParserRuleContext> |
ExtractorUtils.findFirstChildNode(org.antlr.v4.runtime.ParserRuleContext node,
RuleName ruleName)
Find first child node.
|
static com.google.common.base.Optional<org.antlr.v4.runtime.ParserRuleContext> |
ExtractorUtils.findFirstChildNodeNoneRecursive(org.antlr.v4.runtime.ParserRuleContext node,
RuleName ruleName)
Find first child node none recursive.
|
static Collection<org.antlr.v4.runtime.ParserRuleContext> |
ExtractorUtils.getAllDescendantNodes(org.antlr.v4.runtime.ParserRuleContext node,
RuleName ruleName)
Get all descendant nodes.
|
Copyright © 2018. All rights reserved.