Show / Hide Table of Contents

Class Cobol85PreprocessorParser.StartRuleContext

Inheritance
System.Object
Cobol85PreprocessorParser.StartRuleContext
Namespace: GCore.Antlr.Grammers.Cobol85
Assembly: Cobol85.dll
Syntax
public class StartRuleContext : ParserRuleContext

Constructors

| Improve this Doc View Source

StartRuleContext(ParserRuleContext, Int32)

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

charDataLine()

Declaration
public Cobol85PreprocessorParser.CharDataLineContext[] charDataLine()
Returns
Type Description
Cobol85PreprocessorParser.CharDataLineContext[]
| Improve this Doc View Source

charDataLine(Int32)

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

compilerOptions()

Declaration
public Cobol85PreprocessorParser.CompilerOptionsContext[] compilerOptions()
Returns
Type Description
Cobol85PreprocessorParser.CompilerOptionsContext[]
| Improve this Doc View Source

compilerOptions(Int32)

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

copyStatement()

Declaration
public Cobol85PreprocessorParser.CopyStatementContext[] copyStatement()
Returns
Type Description
Cobol85PreprocessorParser.CopyStatementContext[]
| Improve this Doc View Source

copyStatement(Int32)

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

ejectStatement()

Declaration
public Cobol85PreprocessorParser.EjectStatementContext[] ejectStatement()
Returns
Type Description
Cobol85PreprocessorParser.EjectStatementContext[]
| Improve this Doc View Source

ejectStatement(Int32)

Declaration
public Cobol85PreprocessorParser.EjectStatementContext ejectStatement(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
Cobol85PreprocessorParser.EjectStatementContext
| 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

Eof()

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

execCicsStatement()

Declaration
public Cobol85PreprocessorParser.ExecCicsStatementContext[] execCicsStatement()
Returns
Type Description
Cobol85PreprocessorParser.ExecCicsStatementContext[]
| Improve this Doc View Source

execCicsStatement(Int32)

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

execSqlImsStatement()

Declaration
public Cobol85PreprocessorParser.ExecSqlImsStatementContext[] execSqlImsStatement()
Returns
Type Description
Cobol85PreprocessorParser.ExecSqlImsStatementContext[]
| Improve this Doc View Source

execSqlImsStatement(Int32)

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

execSqlStatement()

Declaration
public Cobol85PreprocessorParser.ExecSqlStatementContext[] execSqlStatement()
Returns
Type Description
Cobol85PreprocessorParser.ExecSqlStatementContext[]
| Improve this Doc View Source

execSqlStatement(Int32)

Declaration
public Cobol85PreprocessorParser.ExecSqlStatementContext execSqlStatement(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
Cobol85PreprocessorParser.ExecSqlStatementContext
| 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

NEWLINE()

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

NEWLINE(Int32)

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

replaceArea()

Declaration
public Cobol85PreprocessorParser.ReplaceAreaContext[] replaceArea()
Returns
Type Description
Cobol85PreprocessorParser.ReplaceAreaContext[]
| Improve this Doc View Source

replaceArea(Int32)

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

replaceOffStatement()

Declaration
public Cobol85PreprocessorParser.ReplaceOffStatementContext[] replaceOffStatement()
Returns
Type Description
Cobol85PreprocessorParser.ReplaceOffStatementContext[]
| Improve this Doc View Source

replaceOffStatement(Int32)

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

skipStatement()

Declaration
public Cobol85PreprocessorParser.SkipStatementContext[] skipStatement()
Returns
Type Description
Cobol85PreprocessorParser.SkipStatementContext[]
| Improve this Doc View Source

skipStatement(Int32)

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

titleStatement()

Declaration
public Cobol85PreprocessorParser.TitleStatementContext[] titleStatement()
Returns
Type Description
Cobol85PreprocessorParser.TitleStatementContext[]
| Improve this Doc View Source

titleStatement(Int32)

Declaration
public Cobol85PreprocessorParser.TitleStatementContext titleStatement(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
Cobol85PreprocessorParser.TitleStatementContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX