Show / Hide Table of Contents

Class PCREParser.Cc_atomContext

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

Constructors

| Improve this Doc View Source

Cc_atomContext(ParserRuleContext, Int32)

Declaration
public Cc_atomContext(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

backreference_or_octal()

Declaration
public PCREParser.Backreference_or_octalContext backreference_or_octal()
Returns
Type Description
PCREParser.Backreference_or_octalContext
| Improve this Doc View Source

cc_literal()

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

cc_literal(Int32)

Declaration
public PCREParser.Cc_literalContext cc_literal(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
PCREParser.Cc_literalContext
| 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

shared_atom()

Declaration
public PCREParser.Shared_atomContext shared_atom()
Returns
Type Description
PCREParser.Shared_atomContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX