Class UCUMParser.ComponentContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.linuxforhealth.fhir.model.ucum.UCUMParser.ComponentContext
-
- 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:
- UCUMParser
public static class UCUMParser.ComponentContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description ComponentContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UCUMParser.AnnotatableContext
annotatable()
UCUMParser.AnnotationSymbolsContext
annotationSymbols()
UCUMParser.DigitSymbolsContext
digitSymbols()
int
getRuleIndex()
UCUMParser.TermContext
term()
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
term
public UCUMParser.TermContext term()
-
annotationSymbols
public UCUMParser.AnnotationSymbolsContext annotationSymbols()
-
annotatable
public UCUMParser.AnnotatableContext annotatable()
-
digitSymbols
public UCUMParser.DigitSymbolsContext digitSymbols()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
-