Class urlParser.UriContext
Inheritance
System.Object
urlParser.UriContext
Assembly: Url.dll
Syntax
public class UriContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
UriContext(ParserRuleContext, Int32)
Declaration
public UriContext(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
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
frag()
Declaration
public urlParser.FragContext frag()
Returns
|
Improve this Doc
View Source
host()
Declaration
public urlParser.HostContext host()
Returns
|
Improve this Doc
View Source
login()
Declaration
public urlParser.LoginContext login()
Returns
|
Improve this Doc
View Source
path()
Declaration
public urlParser.PathContext path()
Returns
|
Improve this Doc
View Source
port()
Declaration
public urlParser.PortContext port()
Returns
|
Improve this Doc
View Source
query()
Declaration
public urlParser.QueryContext query()
Returns
|
Improve this Doc
View Source
scheme()
Declaration
public urlParser.SchemeContext scheme()
Returns
|
Improve this Doc
View Source
WS()
Declaration
public ITerminalNode WS()
Returns
| Type |
Description |
| ITerminalNode |
|