Class CPP14Parser.TypeParameterContext
Inheritance
System.Object
CPP14Parser.TypeParameterContext
Assembly: Cpp.dll
Syntax
public class TypeParameterContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
TypeParameterContext(ParserRuleContext, Int32)
Declaration
public TypeParameterContext(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
Assign()
Declaration
public ITerminalNode Assign()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Class()
Declaration
public ITerminalNode Class()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Ellipsis()
Declaration
public ITerminalNode Ellipsis()
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
Greater()
Declaration
public ITerminalNode Greater()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Identifier()
Declaration
public ITerminalNode Identifier()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Less()
Declaration
public ITerminalNode Less()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Template()
Declaration
public ITerminalNode Template()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
templateparameterList()
Declaration
public CPP14Parser.TemplateparameterListContext templateparameterList()
Returns
|
Improve this Doc
View Source
theTypeId()
Declaration
public CPP14Parser.TheTypeIdContext theTypeId()
Returns
|
Improve this Doc
View Source
Typename_()
Declaration
public ITerminalNode Typename_()
Returns
| Type |
Description |
| ITerminalNode |
|