Fork me on GitHub
  • API

    Class JavascriptParser.Bitwise_xorContext

    Inheritance
    object
    RuleContext
    ParserRuleContext
    JavascriptParser.Bitwise_xorContext
    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.GetChild(int)
    ParserRuleContext.GetChild<T>(int)
    ParserRuleContext.GetToken(int, int)
    ParserRuleContext.GetTokens(int)
    ParserRuleContext.GetRuleContext<T>(int)
    ParserRuleContext.GetRuleContexts<T>()
    ParserRuleContext.ToInfoString(Parser)
    ParserRuleContext.EmptyContext
    ParserRuleContext.ChildCount
    ParserRuleContext.SourceInterval
    ParserRuleContext.Start
    ParserRuleContext.Stop
    RuleContext.invokingState
    RuleContext.GetChildContext(RuleContext, int)
    RuleContext.Depth()
    RuleContext.GetText()
    RuleContext.getAltNumber()
    RuleContext.setAltNumber(int)
    RuleContext.Accept<T>(IParseTreeVisitor<T>)
    RuleContext.ToStringTree(Parser)
    RuleContext.ToStringTree(IList<string>)
    RuleContext.ToStringTree()
    RuleContext.ToString()
    RuleContext.ToString(IRecognizer)
    RuleContext.ToString(IList<string>)
    RuleContext.ToString(IRecognizer, RuleContext)
    RuleContext.ToString(IList<string>, RuleContext)
    RuleContext.IsEmpty
    RuleContext.Parent
    RuleContext.Payload
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Expressions.JS
    Assembly: Lucene.Net.Expressions.dll
    Syntax
    public class JavascriptParser.Bitwise_xorContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree

    Constructors

    Bitwise_xorContext(ParserRuleContext, int)

    Declaration
    public Bitwise_xorContext(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_BIT_XOR()

    Declaration
    public ITerminalNode[] AT_BIT_XOR()
    Returns
    Type Description
    ITerminalNode[]

    AT_BIT_XOR(int)

    Declaration
    public ITerminalNode AT_BIT_XOR(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)

    bitwise_and()

    Declaration
    public JavascriptParser.Bitwise_andContext[] bitwise_and()
    Returns
    Type Description
    Bitwise_andContext[]

    bitwise_and(int)

    Declaration
    public JavascriptParser.Bitwise_andContext bitwise_and(int i)
    Parameters
    Type Name Description
    int i
    Returns
    Type Description
    JavascriptParser.Bitwise_andContext

    Implements

    Antlr4.Runtime.Tree.IRuleNode
    Antlr4.Runtime.Tree.IParseTree
    Antlr4.Runtime.Tree.ISyntaxTree
    Antlr4.Runtime.Tree.ITree
    Back to top Copyright © 2025 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.