Class Cobol85Parser.PictureCharsContext
Inheritance
System.Object
Cobol85Parser.PictureCharsContext
Assembly: Cobol85.dll
Syntax
public class PictureCharsContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
PictureCharsContext(ParserRuleContext, Int32)
Declaration
public PictureCharsContext(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
ASTERISKCHAR()
Declaration
public ITerminalNode ASTERISKCHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COLONCHAR()
Declaration
public ITerminalNode COLONCHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMMACHAR()
Declaration
public ITerminalNode COMMACHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
DOLLARCHAR()
Declaration
public ITerminalNode DOLLARCHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
DOT()
Declaration
public ITerminalNode DOT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
DOUBLEASTERISKCHAR()
Declaration
public ITerminalNode DOUBLEASTERISKCHAR()
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
IDENTIFIER()
Declaration
public ITerminalNode IDENTIFIER()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
integerLiteral()
Declaration
public Cobol85Parser.IntegerLiteralContext integerLiteral()
Returns
|
Improve this Doc
View Source
LESSTHANCHAR()
Declaration
public ITerminalNode LESSTHANCHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
LPARENCHAR()
Declaration
public ITerminalNode LPARENCHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
MINUSCHAR()
Declaration
public ITerminalNode MINUSCHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
MORETHANCHAR()
Declaration
public ITerminalNode MORETHANCHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
NUMERICLITERAL()
Declaration
public ITerminalNode NUMERICLITERAL()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
PLUSCHAR()
Declaration
public ITerminalNode PLUSCHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
RPARENCHAR()
Declaration
public ITerminalNode RPARENCHAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
SLASHCHAR()
Declaration
public ITerminalNode SLASHCHAR()
Returns
Type |
Description |
ITerminalNode |
|