Class parkingsignParser.PermitSignContext
Inheritance
System.Object
parkingsignParser.PermitSignContext
Assembly: Parkingsign.dll
Syntax
public class PermitSignContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
PermitSignContext(ParserRuleContext, Int32)
Declaration
public PermitSignContext(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
DISTRICT()
Declaration
public ITerminalNode DISTRICT()
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
exempt()
Declaration
public parkingsignParser.ExemptContext exempt()
Returns
|
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
INT()
Declaration
public ITerminalNode INT()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
NO()
Declaration
public ITerminalNode NO()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
PERMITS()
Declaration
public ITerminalNode PERMITS()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
VEHICLES()
Declaration
public ITerminalNode VEHICLES()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
WITH()
Declaration
public ITerminalNode WITH()
Returns
| Type |
Description |
| ITerminalNode |
|