Class Cobol85Parser.DataUsageClauseContext
Inheritance
System.Object
Cobol85Parser.DataUsageClauseContext
Assembly: Cobol85.dll
Syntax
public class DataUsageClauseContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
DataUsageClauseContext(ParserRuleContext, Int32)
Declaration
public DataUsageClauseContext(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 Parameters
|
Improve this Doc
View Source
BINARY()
Declaration
public ITerminalNode BINARY()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
BIT()
Declaration
public ITerminalNode BIT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMP()
Declaration
public ITerminalNode COMP()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMP_1()
Declaration
public ITerminalNode COMP_1()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMP_2()
Declaration
public ITerminalNode COMP_2()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMP_3()
Declaration
public ITerminalNode COMP_3()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMP_4()
Declaration
public ITerminalNode COMP_4()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMP_5()
Declaration
public ITerminalNode COMP_5()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMPUTATIONAL()
Declaration
public ITerminalNode COMPUTATIONAL()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMPUTATIONAL_1()
Declaration
public ITerminalNode COMPUTATIONAL_1()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMPUTATIONAL_2()
Declaration
public ITerminalNode COMPUTATIONAL_2()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMPUTATIONAL_3()
Declaration
public ITerminalNode COMPUTATIONAL_3()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMPUTATIONAL_4()
Declaration
public ITerminalNode COMPUTATIONAL_4()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMPUTATIONAL_5()
Declaration
public ITerminalNode COMPUTATIONAL_5()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
CONTROL_POINT()
Declaration
public ITerminalNode CONTROL_POINT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
DATE()
Declaration
public ITerminalNode DATE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
DISPLAY()
Declaration
public ITerminalNode DISPLAY()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
DISPLAY_1()
Declaration
public ITerminalNode DISPLAY_1()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
DOUBLE()
Declaration
public ITerminalNode DOUBLE()
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
EVENT()
Declaration
public ITerminalNode EVENT()
Returns
Type |
Description |
ITerminalNode |
|
|
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
EXTENDED()
Declaration
public ITerminalNode EXTENDED()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
FUNCTION_POINTER()
Declaration
public ITerminalNode FUNCTION_POINTER()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
INDEX()
Declaration
public ITerminalNode INDEX()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
IS()
Declaration
public ITerminalNode IS()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
KANJI()
Declaration
public ITerminalNode KANJI()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
LOCK()
Declaration
public ITerminalNode LOCK()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
NATIONAL()
Declaration
public ITerminalNode NATIONAL()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
PACKED_DECIMAL()
Declaration
public ITerminalNode PACKED_DECIMAL()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
POINTER()
Declaration
public ITerminalNode POINTER()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
PROCEDURE_POINTER()
Declaration
public ITerminalNode PROCEDURE_POINTER()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
REAL()
Declaration
public ITerminalNode REAL()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
TASK()
Declaration
public ITerminalNode TASK()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
TRUNCATED()
Declaration
public ITerminalNode TRUNCATED()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
USAGE()
Declaration
public ITerminalNode USAGE()
Returns
Type |
Description |
ITerminalNode |
|