Class JavascriptParser.MultiplicativeContext
Implements
IRuleNode
IParseTree
ISyntaxTree
ITree
Inherited Members
ParserRuleContext.EMPTY
ParserRuleContext.children
ParserRuleContext.exception
ParserRuleContext.CopyFrom(ParserRuleContext)
ParserRuleContext.AddChild(ITerminalNode)
ParserRuleContext.AddChild(RuleContext)
ParserRuleContext.RemoveLastChild()
ParserRuleContext.AddChild(IToken)
ParserRuleContext.AddErrorNode(IToken)
ParserRuleContext.GetRuleContexts<T>()
ParserRuleContext.ToInfoString(Parser)
ParserRuleContext.EmptyContext
ParserRuleContext.ChildCount
ParserRuleContext.SourceInterval
ParserRuleContext.Start
ParserRuleContext.Stop
RuleContext.invokingState
RuleContext.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.IsEmpty
RuleContext.Parent
RuleContext.Payload
Namespace: Lucene.Net.Expressions.JS
Assembly: Lucene.Net.Expressions.dll
Syntax
public class JavascriptParser.MultiplicativeContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
MultiplicativeContext(ParserRuleContext, int)
Declaration
public MultiplicativeContext(ParserRuleContext parent, int invokingState)
Parameters
| Type | Name | Description |
|---|---|---|
| ParserRuleContext | parent | |
| int | invokingState |
Properties
RuleIndex
Declaration
public override int RuleIndex { get; }
Property Value
| Type | Description |
|---|---|
| int |
Overrides
Antlr4.Runtime.RuleContext.RuleIndex
Methods
AT_DIVIDE()
Declaration
public ITerminalNode[] AT_DIVIDE()
Returns
| Type | Description |
|---|---|
| ITerminalNode[] |
AT_DIVIDE(int)
Declaration
public ITerminalNode AT_DIVIDE(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| int | i |
Returns
| Type | Description |
|---|---|
| ITerminalNode |
AT_MODULO()
Declaration
public ITerminalNode[] AT_MODULO()
Returns
| Type | Description |
|---|---|
| ITerminalNode[] |
AT_MODULO(int)
Declaration
public ITerminalNode AT_MODULO(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| int | i |
Returns
| Type | Description |
|---|---|
| ITerminalNode |
AT_MULTIPLY()
Declaration
public ITerminalNode[] AT_MULTIPLY()
Returns
| Type | Description |
|---|---|
| ITerminalNode[] |
AT_MULTIPLY(int)
Declaration
public ITerminalNode AT_MULTIPLY(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| int | i |
Returns
| Type | Description |
|---|---|
| ITerminalNode |
EnterRule(IParseTreeListener)
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
| Type | Name | Description |
|---|---|---|
| IParseTreeListener | listener |
Overrides
Antlr4.Runtime.ParserRuleContext.EnterRule(Antlr4.Runtime.Tree.IParseTreeListener)
ExitRule(IParseTreeListener)
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
| Type | Name | Description |
|---|---|---|
| IParseTreeListener | listener |
Overrides
Antlr4.Runtime.ParserRuleContext.ExitRule(Antlr4.Runtime.Tree.IParseTreeListener)
unary()
Declaration
public JavascriptParser.UnaryContext[] unary()
Returns
| Type | Description |
|---|---|
| UnaryContext[] |
unary(int)
Declaration
public JavascriptParser.UnaryContext unary(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| int | i |
Returns
| Type | Description |
|---|---|
| JavascriptParser.UnaryContext |
Implements
Antlr4.Runtime.Tree.IRuleNode
Antlr4.Runtime.Tree.IParseTree
Antlr4.Runtime.Tree.ISyntaxTree
Antlr4.Runtime.Tree.ITree