Show / Hide Table of Contents

Class PCREParser.Character_classContext

Inheritance
System.Object
PCREParser.Character_classContext
Namespace: GCore.Antlr.Grammers.Pcre
Assembly: Pcre.dll
Syntax
public class Character_classContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Character_classContext(ParserRuleContext, Int32)

Declaration
public Character_classContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

Caret()

Declaration
public ITerminalNode Caret()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

cc_atom()

Declaration
public PCREParser.Cc_atomContext[] cc_atom()
Returns
Type Description
PCREParser.Cc_atomContext[]
| Improve this Doc View Source

cc_atom(Int32)

Declaration
public PCREParser.Cc_atomContext cc_atom(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
PCREParser.Cc_atomContext
| Improve this Doc View Source

CharacterClassEnd()

Declaration
public ITerminalNode[] CharacterClassEnd()
Returns
Type Description
ITerminalNode[]
| Improve this Doc View Source

CharacterClassEnd(Int32)

Declaration
public ITerminalNode CharacterClassEnd(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

CharacterClassStart()

Declaration
public ITerminalNode CharacterClassStart()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

Hyphen()

Declaration
public ITerminalNode Hyphen()
Returns
Type Description
ITerminalNode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX