Show / Hide Table of Contents

Class PowerBuilderParser.Datatype_declContext

Inheritance
System.Object
PowerBuilderParser.Datatype_declContext
Namespace: GCore.Antlr.Grammers.Powerbuilder
Assembly: Powerbuilder.dll
Syntax
public class Datatype_declContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Datatype_declContext(ParserRuleContext, Int32)

Declaration
public Datatype_declContext(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 Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

AUTOINSTANTIATE()

Declaration
public ITerminalNode AUTOINSTANTIATE()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

data_type_name()

Declaration
public PowerBuilderParser.Data_type_nameContext data_type_name()
Returns
Type Description
PowerBuilderParser.Data_type_nameContext
| Improve this Doc View Source

DESCRIPTOR()

Declaration
public ITerminalNode DESCRIPTOR()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

DQUOTED_STRING()

Declaration
public ITerminalNode[] DQUOTED_STRING()
Returns
Type Description
ITerminalNode[]
| Improve this Doc View Source

DQUOTED_STRING(Int32)

Declaration
public ITerminalNode DQUOTED_STRING(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

END()

Declaration
public ITerminalNode END()
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

EQ()

Declaration
public ITerminalNode EQ()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

event_forward_decl()

Declaration
public PowerBuilderParser.Event_forward_declContext[] event_forward_decl()
Returns
Type Description
PowerBuilderParser.Event_forward_declContext[]
| Improve this Doc View Source

event_forward_decl(Int32)

Declaration
public PowerBuilderParser.Event_forward_declContext event_forward_decl(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
PowerBuilderParser.Event_forward_declContext
| 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

FROM()

Declaration
public ITerminalNode FROM()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

identifier_name()

Declaration
public PowerBuilderParser.Identifier_nameContext[] identifier_name()
Returns
Type Description
PowerBuilderParser.Identifier_nameContext[]
| Improve this Doc View Source

identifier_name(Int32)

Declaration
public PowerBuilderParser.Identifier_nameContext identifier_name(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
PowerBuilderParser.Identifier_nameContext
| Improve this Doc View Source

scope_modif()

Declaration
public PowerBuilderParser.Scope_modifContext scope_modif()
Returns
Type Description
PowerBuilderParser.Scope_modifContext
| Improve this Doc View Source

TICK()

Declaration
public ITerminalNode TICK()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

TYPE()

Declaration
public ITerminalNode[] TYPE()
Returns
Type Description
ITerminalNode[]
| Improve this Doc View Source

TYPE(Int32)

Declaration
public ITerminalNode TYPE(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

variable_decl()

Declaration
public PowerBuilderParser.Variable_declContext[] variable_decl()
Returns
Type Description
PowerBuilderParser.Variable_declContext[]
| Improve this Doc View Source

variable_decl(Int32)

Declaration
public PowerBuilderParser.Variable_declContext variable_decl(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
PowerBuilderParser.Variable_declContext
| Improve this Doc View Source

WITHIN()

Declaration
public ITerminalNode WITHIN()
Returns
Type Description
ITerminalNode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX