Class Cobol85Parser.FigurativeConstantContext
Inheritance
System.Object
Cobol85Parser.FigurativeConstantContext
Assembly: Cobol85.dll
Syntax
public class FigurativeConstantContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
FigurativeConstantContext(ParserRuleContext, Int32)
Declaration
public FigurativeConstantContext(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
ALL()
Declaration
public ITerminalNode ALL()
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
HIGH_VALUE()
Declaration
public ITerminalNode HIGH_VALUE()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
HIGH_VALUES()
Declaration
public ITerminalNode HIGH_VALUES()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
literal()
Declaration
public Cobol85Parser.LiteralContext literal()
Returns
|
Improve this Doc
View Source
LOW_VALUE()
Declaration
public ITerminalNode LOW_VALUE()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
LOW_VALUES()
Declaration
public ITerminalNode LOW_VALUES()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
NULL_()
Declaration
public ITerminalNode NULL_()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
NULLS()
Declaration
public ITerminalNode NULLS()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
QUOTE()
Declaration
public ITerminalNode QUOTE()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
QUOTES()
Declaration
public ITerminalNode QUOTES()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
SPACE()
Declaration
public ITerminalNode SPACE()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
SPACES()
Declaration
public ITerminalNode SPACES()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
ZERO()
Declaration
public ITerminalNode ZERO()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
ZEROES()
Declaration
public ITerminalNode ZEROES()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
ZEROS()
Declaration
public ITerminalNode ZEROS()
Returns
| Type |
Description |
| ITerminalNode |
|