Package org.n52.svalbard.odata.grammar
Class STAQueryOptionsGrammar.GeoExprContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.n52.svalbard.odata.grammar.STAQueryOptionsGrammar.GeoExprContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- STAQueryOptionsGrammar
public static class STAQueryOptionsGrammar.GeoExprContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description GeoExprContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
geographyCollection
public STAQueryOptionsGrammar.GeographyCollectionContext geographyCollection()
-
geographyLineString
public STAQueryOptionsGrammar.GeographyLineStringContext geographyLineString()
-
geographyMultiLineString
public STAQueryOptionsGrammar.GeographyMultiLineStringContext geographyMultiLineString()
-
geographyMultiPoint
public STAQueryOptionsGrammar.GeographyMultiPointContext geographyMultiPoint()
-
geographyMultiPolygon
public STAQueryOptionsGrammar.GeographyMultiPolygonContext geographyMultiPolygon()
-
geographyPoint
public STAQueryOptionsGrammar.GeographyPointContext geographyPoint()
-
geographyPolygon
public STAQueryOptionsGrammar.GeographyPolygonContext geographyPolygon()
-
geometryCollection
public STAQueryOptionsGrammar.GeometryCollectionContext geometryCollection()
-
geometryLineString
public STAQueryOptionsGrammar.GeometryLineStringContext geometryLineString()
-
geometryMultiLineString
public STAQueryOptionsGrammar.GeometryMultiLineStringContext geometryMultiLineString()
-
geometryMultiPoint
public STAQueryOptionsGrammar.GeometryMultiPointContext geometryMultiPoint()
-
geometryMultiPolygon
public STAQueryOptionsGrammar.GeometryMultiPolygonContext geometryMultiPolygon()
-
geometryPoint
public STAQueryOptionsGrammar.GeometryPointContext geometryPoint()
-
geometryPolygon
public STAQueryOptionsGrammar.GeometryPolygonContext geometryPolygon()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-