Class VisualBasic6Parser.ForNextStmtContext
Inheritance
System.Object
Antlr4.Runtime.RuleContext
Antlr4.Runtime.ParserRuleContext
VisualBasic6Parser.ForNextStmtContext
Implements
Antlr4.Runtime.Tree.IRuleNode
Antlr4.Runtime.Tree.IParseTree
Antlr4.Runtime.Tree.ISyntaxTree
Antlr4.Runtime.Tree.ITree
Inherited Members
Antlr4.Runtime.ParserRuleContext.EMPTY
Antlr4.Runtime.ParserRuleContext.children
Antlr4.Runtime.ParserRuleContext.exception
Antlr4.Runtime.ParserRuleContext.CopyFrom(Antlr4.Runtime.ParserRuleContext)
Antlr4.Runtime.ParserRuleContext.AddChild(Antlr4.Runtime.Tree.ITerminalNode)
Antlr4.Runtime.ParserRuleContext.AddChild(Antlr4.Runtime.RuleContext)
Antlr4.Runtime.ParserRuleContext.RemoveLastChild()
Antlr4.Runtime.ParserRuleContext.AddChild(Antlr4.Runtime.IToken)
Antlr4.Runtime.ParserRuleContext.AddErrorNode(Antlr4.Runtime.IToken)
Antlr4.Runtime.ParserRuleContext.GetChild(System.Int32)
Antlr4.Runtime.ParserRuleContext.GetChild<T>(System.Int32)
Antlr4.Runtime.ParserRuleContext.GetToken(System.Int32, System.Int32)
Antlr4.Runtime.ParserRuleContext.GetTokens(System.Int32)
Antlr4.Runtime.ParserRuleContext.GetRuleContext<T>(System.Int32)
Antlr4.Runtime.ParserRuleContext.GetRuleContexts<T>()
Antlr4.Runtime.ParserRuleContext.ToInfoString(Antlr4.Runtime.Parser)
Antlr4.Runtime.ParserRuleContext.EmptyContext
Antlr4.Runtime.ParserRuleContext.ChildCount
Antlr4.Runtime.ParserRuleContext.SourceInterval
Antlr4.Runtime.ParserRuleContext.Start
Antlr4.Runtime.ParserRuleContext.Stop
Antlr4.Runtime.RuleContext.invokingState
Antlr4.Runtime.RuleContext.GetChildContext(Antlr4.Runtime.RuleContext, System.Int32)
Antlr4.Runtime.RuleContext.Depth()
Antlr4.Runtime.RuleContext.GetText()
Antlr4.Runtime.RuleContext.getAltNumber()
Antlr4.Runtime.RuleContext.setAltNumber(System.Int32)
Antlr4.Runtime.RuleContext.Antlr4.Runtime.Tree.ITree.GetChild(System.Int32)
Antlr4.Runtime.RuleContext.Accept<T>(Antlr4.Runtime.Tree.IParseTreeVisitor<T>)
Antlr4.Runtime.RuleContext.ToStringTree(Antlr4.Runtime.Parser)
Antlr4.Runtime.RuleContext.ToStringTree(System.Collections.Generic.IList<System.String>)
Antlr4.Runtime.RuleContext.ToStringTree()
Antlr4.Runtime.RuleContext.ToString()
Antlr4.Runtime.RuleContext.ToString(Antlr4.Runtime.IRecognizer)
Antlr4.Runtime.RuleContext.ToString(System.Collections.Generic.IList<System.String>)
Antlr4.Runtime.RuleContext.ToString(Antlr4.Runtime.IRecognizer, Antlr4.Runtime.RuleContext)
Antlr4.Runtime.RuleContext.ToString(System.Collections.Generic.IList<System.String>, Antlr4.Runtime.RuleContext)
Antlr4.Runtime.RuleContext.IsEmpty
Antlr4.Runtime.RuleContext.Antlr4.Runtime.Tree.IRuleNode.RuleContext
Antlr4.Runtime.RuleContext.Parent
Antlr4.Runtime.RuleContext.Antlr4.Runtime.Tree.IRuleNode.Parent
Antlr4.Runtime.RuleContext.Antlr4.Runtime.Tree.IParseTree.Parent
Antlr4.Runtime.RuleContext.Antlr4.Runtime.Tree.ITree.Parent
Antlr4.Runtime.RuleContext.Payload
Antlr4.Runtime.RuleContext.Antlr4.Runtime.Tree.ITree.Payload
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: GCore.Antlr.Grammers.Vb6
Assembly: Vb6.dll
Syntax
public class ForNextStmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Constructors
| Improve this Doc View SourceForNextStmtContext(ParserRuleContext, Int32)
Declaration
public ForNextStmtContext(ParserRuleContext parent, int invokingState)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | parent | |
System.Int32 | invokingState |
Properties
| Improve this Doc View SourceRuleIndex
Declaration
public override int RuleIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Antlr4.Runtime.RuleContext.RuleIndex
Methods
| Improve this Doc View SourceAccept<TResult>(IParseTreeVisitor<TResult>)
Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IParseTreeVisitor<TResult> | visitor |
Returns
Type | Description |
---|---|
TResult |
Type Parameters
Name | Description |
---|---|
TResult |
Overrides
Antlr4.Runtime.RuleContext.Accept<T>(Antlr4.Runtime.Tree.IParseTreeVisitor<T>)
|
Improve this Doc
View Source
ambiguousIdentifier()
Declaration
public VisualBasic6Parser.AmbiguousIdentifierContext ambiguousIdentifier()
Returns
Type | Description |
---|---|
VisualBasic6Parser.AmbiguousIdentifierContext |
asTypeClause()
Declaration
public VisualBasic6Parser.AsTypeClauseContext asTypeClause()
Returns
Type | Description |
---|---|
VisualBasic6Parser.AsTypeClauseContext |
block()
Declaration
public VisualBasic6Parser.BlockContext block()
Returns
Type | Description |
---|---|
VisualBasic6Parser.BlockContext |
EnterRule(IParseTreeListener)
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IParseTreeListener | listener |
Overrides
Antlr4.Runtime.ParserRuleContext.EnterRule(Antlr4.Runtime.Tree.IParseTreeListener)
|
Improve this Doc
View Source
EQ()
Declaration
public ITerminalNode EQ()
Returns
Type | Description |
---|---|
Antlr4.Runtime.Tree.ITerminalNode |
ExitRule(IParseTreeListener)
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IParseTreeListener | listener |
Overrides
Antlr4.Runtime.ParserRuleContext.ExitRule(Antlr4.Runtime.Tree.IParseTreeListener)
|
Improve this Doc
View Source
FOR()
Declaration
public ITerminalNode FOR()
Returns
Type | Description |
---|---|
Antlr4.Runtime.Tree.ITerminalNode |
iCS_S_VariableOrProcedureCall()
Declaration
public VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext iCS_S_VariableOrProcedureCall()
Returns
Type | Description |
---|---|
VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext |
NEWLINE()
Declaration
public ITerminalNode[] NEWLINE()
Returns
Type | Description |
---|---|
Antlr4.Runtime.Tree.ITerminalNode[] |
NEWLINE(Int32)
Declaration
public ITerminalNode NEWLINE(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
Antlr4.Runtime.Tree.ITerminalNode |
NEXT()
Declaration
public ITerminalNode NEXT()
Returns
Type | Description |
---|---|
Antlr4.Runtime.Tree.ITerminalNode |
STEP()
Declaration
public ITerminalNode STEP()
Returns
Type | Description |
---|---|
Antlr4.Runtime.Tree.ITerminalNode |
TO()
Declaration
public ITerminalNode TO()
Returns
Type | Description |
---|---|
Antlr4.Runtime.Tree.ITerminalNode |
typeHint()
Declaration
public VisualBasic6Parser.TypeHintContext[] typeHint()
Returns
Type | Description |
---|---|
VisualBasic6Parser.TypeHintContext[] |
typeHint(Int32)
Declaration
public VisualBasic6Parser.TypeHintContext typeHint(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
VisualBasic6Parser.TypeHintContext |
valueStmt()
Declaration
public VisualBasic6Parser.ValueStmtContext[] valueStmt()
Returns
Type | Description |
---|---|
VisualBasic6Parser.ValueStmtContext[] |
valueStmt(Int32)
Declaration
public VisualBasic6Parser.ValueStmtContext valueStmt(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
VisualBasic6Parser.ValueStmtContext |
WS()
Declaration
public ITerminalNode[] WS()
Returns
Type | Description |
---|---|
Antlr4.Runtime.Tree.ITerminalNode[] |
WS(Int32)
Declaration
public ITerminalNode WS(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
Antlr4.Runtime.Tree.ITerminalNode |
Implements
Antlr4.Runtime.Tree.IRuleNode
Antlr4.Runtime.Tree.IParseTree
Antlr4.Runtime.Tree.ISyntaxTree
Antlr4.Runtime.Tree.ITree