Class MusicNotationParser.DirectiveContext
public class MusicNotationParser.DirectiveContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
- Inheritance
-
RuleContextParserRuleContextMusicNotationParser.DirectiveContext
- Implements
-
IRuleNodeIParseTreeISyntaxTreeITree
- Inherited Members
-
ParserRuleContext.EMPTYParserRuleContext.childrenParserRuleContext.exceptionParserRuleContext.CopyFrom(ParserRuleContext)ParserRuleContext.EnterRule(IParseTreeListener)ParserRuleContext.ExitRule(IParseTreeListener)ParserRuleContext.AddChild(ITerminalNode)ParserRuleContext.AddChild(RuleContext)ParserRuleContext.RemoveLastChild()ParserRuleContext.AddChild(IToken)ParserRuleContext.AddErrorNode(IToken)ParserRuleContext.GetRuleContexts<T>()ParserRuleContext.ToInfoString(Parser)ParserRuleContext.EmptyContextParserRuleContext.ChildCountParserRuleContext.SourceIntervalParserRuleContext.StartParserRuleContext.StopRuleContext.invokingStateRuleContext.Depth()RuleContext.GetText()RuleContext.getAltNumber()RuleContext.Accept<T>(IParseTreeVisitor<T>)RuleContext.ToStringTree(Parser)RuleContext.ToStringTree()RuleContext.ToString()RuleContext.ToString(IRecognizer)RuleContext.ToString(IRecognizer, RuleContext)RuleContext.IsEmptyRuleContext.ParentRuleContext.Payload
Constructors
DirectiveContext(ParserRuleContext, int)
public DirectiveContext(ParserRuleContext parent, int invokingState)
Parameters
parentParserRuleContextinvokingStateint
Properties
RuleIndex
public override int RuleIndex { get; }
Property Value
Methods
Accept<TResult>(IParseTreeVisitor<TResult>)
The Antlr4.Runtime.Tree.IParseTreeVisitor<Result> needs a double dispatch method.
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
visitorIParseTreeVisitor<TResult>
Returns
- TResult
Type Parameters
TResult
bpmDirective()
public MusicNotationParser.BpmDirectiveContext bpmDirective()
Returns
characterDirective()
public MusicNotationParser.CharacterDirectiveContext characterDirective()
Returns
dynamicsDirective()
public MusicNotationParser.DynamicsDirectiveContext dynamicsDirective()
Returns
partDirective()
public MusicNotationParser.PartDirectiveContext partDirective()
Returns
sectionDirective()
public MusicNotationParser.SectionDirectiveContext sectionDirective()
Returns
tempoDirective()
public MusicNotationParser.TempoDirectiveContext tempoDirective()