Class TealParser.GlobalFuncStatContext
Inheritance
System.Object
TealParser.GlobalFuncStatContext
Assembly: Teal.dll
Syntax
public class GlobalFuncStatContext : TealParser.StatContext
Constructors
|
Improve this Doc
View Source
GlobalFuncStatContext(TealParser.StatContext)
Declaration
public GlobalFuncStatContext(TealParser.StatContext context)
Parameters
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
funcbody()
Declaration
public TealParser.FuncbodyContext funcbody()
Returns
|
Improve this Doc
View Source
NAME()
Declaration
public ITerminalNode NAME()
Returns
Type |
Description |
ITerminalNode |
|