Package com.ibm.fhir.path
Class FHIRPathParser.TermContext
- java.lang.Object
 - 
- org.antlr.v4.runtime.RuleContext
 - 
- org.antlr.v4.runtime.ParserRuleContext
 - 
- com.ibm.fhir.path.FHIRPathParser.TermContext
 
 
 
 
- 
- 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
- Direct Known Subclasses:
 FHIRPathParser.ExternalConstantTermContext,FHIRPathParser.InvocationTermContext,FHIRPathParser.LiteralTermContext,FHIRPathParser.ParenthesizedTermContext
- Enclosing class:
 - FHIRPathParser
 
public static class FHIRPathParser.TermContext extends org.antlr.v4.runtime.ParserRuleContext 
- 
- 
Constructor Summary
Constructors Constructor Description TermContext()TermContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyFrom(FHIRPathParser.TermContext ctx)intgetRuleIndex()- 
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
- 
getRuleIndex
public int getRuleIndex()
- Overrides:
 getRuleIndexin classorg.antlr.v4.runtime.RuleContext
 
- 
copyFrom
public void copyFrom(FHIRPathParser.TermContext ctx)
 
 - 
 
 -