Show / Hide Table of Contents

Class iso8601Parser.ExpandedCenturyContext

Inheritance
System.Object
iso8601Parser.CenturyContext
iso8601Parser.ExpandedCenturyContext
Inherited Members
iso8601Parser.CenturyContext.RuleIndex
iso8601Parser.CenturyContext.CopyFrom(iso8601Parser.CenturyContext)
Namespace: GCore.Antlr.Grammers.Iso8601
Assembly: Iso8601.dll
Syntax
public class ExpandedCenturyContext : iso8601Parser.CenturyContext

Constructors

| Improve this Doc View Source

ExpandedCenturyContext(iso8601Parser.CenturyContext)

Declaration
public ExpandedCenturyContext(iso8601Parser.CenturyContext context)
Parameters
Type Name Description
iso8601Parser.CenturyContext context

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

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

sint2p()

Declaration
public iso8601Parser.Sint2pContext sint2p()
Returns
Type Description
iso8601Parser.Sint2pContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX