Class PowerBuilderParser.Body_ruleContext
Inheritance
System.Object
PowerBuilderParser.Body_ruleContext
Assembly: Powerbuilder.dll
Syntax
public class Body_ruleContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
Body_ruleContext(ParserRuleContext, Int32)
Declaration
public Body_ruleContext(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
access_modif()
Declaration
public PowerBuilderParser.Access_modifContext access_modif()
Returns
|
Improve this Doc
View Source
constant_decl()
Declaration
public PowerBuilderParser.Constant_declContext constant_decl()
Returns
|
Improve this Doc
View Source
datatype_decl()
Declaration
public PowerBuilderParser.Datatype_declContext datatype_decl()
Returns
|
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
event_body()
Declaration
public PowerBuilderParser.Event_bodyContext event_body()
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
forward_decl()
Declaration
public PowerBuilderParser.Forward_declContext forward_decl()
Returns
|
Improve this Doc
View Source
function_body()
Declaration
public PowerBuilderParser.Function_bodyContext function_body()
Returns
|
Improve this Doc
View Source
function_forward_decl()
Declaration
public PowerBuilderParser.Function_forward_declContext function_forward_decl()
Returns
|
Improve this Doc
View Source
functions_forward_decl()
Declaration
public PowerBuilderParser.Functions_forward_declContext functions_forward_decl()
Returns
|
Improve this Doc
View Source
global_variables_decl()
Declaration
public PowerBuilderParser.Global_variables_declContext global_variables_decl()
Returns
|
Improve this Doc
View Source
on_body()
Declaration
public PowerBuilderParser.On_bodyContext on_body()
Returns
|
Improve this Doc
View Source
type_variables_decl()
Declaration
public PowerBuilderParser.Type_variables_declContext type_variables_decl()
Returns
|
Improve this Doc
View Source
variable_decl()
Declaration
public PowerBuilderParser.Variable_declContext variable_decl()
Returns