public static class OwrlParser.AtribContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
AtribContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
java.util.List<OwrlParser.PartContext> |
part() |
OwrlParser.PartContext |
part(int i) |
java.util.List<OwrlParser.PropertyContext> |
property() |
OwrlParser.PropertyContext |
property(int i) |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic AtribContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public java.util.List<OwrlParser.PartContext> part()
public OwrlParser.PartContext part(int i)
public java.util.List<OwrlParser.PropertyContext> property()
public OwrlParser.PropertyContext property(int i)
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.ParserRuleContext