Show / Hide Table of Contents

Class SolidityParser.StatementContext

Inheritance
System.Object
SolidityParser.StatementContext
Namespace: GCore.Antlr.Grammers.Solidity
Assembly: Solidity.dll
Syntax
public class StatementContext : ParserRuleContext

Constructors

| Improve this Doc View Source

StatementContext(ParserRuleContext, Int32)

Declaration
public StatementContext(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

block()

Declaration
public SolidityParser.BlockContext block()
Returns
Type Description
SolidityParser.BlockContext
| Improve this Doc View Source

breakStatement()

Declaration
public SolidityParser.BreakStatementContext breakStatement()
Returns
Type Description
SolidityParser.BreakStatementContext
| Improve this Doc View Source

continueStatement()

Declaration
public SolidityParser.ContinueStatementContext continueStatement()
Returns
Type Description
SolidityParser.ContinueStatementContext
| Improve this Doc View Source

doWhileStatement()

Declaration
public SolidityParser.DoWhileStatementContext doWhileStatement()
Returns
Type Description
SolidityParser.DoWhileStatementContext
| Improve this Doc View Source

emitStatement()

Declaration
public SolidityParser.EmitStatementContext emitStatement()
Returns
Type Description
SolidityParser.EmitStatementContext
| 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

forStatement()

Declaration
public SolidityParser.ForStatementContext forStatement()
Returns
Type Description
SolidityParser.ForStatementContext
| Improve this Doc View Source

ifStatement()

Declaration
public SolidityParser.IfStatementContext ifStatement()
Returns
Type Description
SolidityParser.IfStatementContext
| Improve this Doc View Source

inlineAssemblyStatement()

Declaration
public SolidityParser.InlineAssemblyStatementContext inlineAssemblyStatement()
Returns
Type Description
SolidityParser.InlineAssemblyStatementContext
| Improve this Doc View Source

returnStatement()

Declaration
public SolidityParser.ReturnStatementContext returnStatement()
Returns
Type Description
SolidityParser.ReturnStatementContext
| Improve this Doc View Source

simpleStatement()

Declaration
public SolidityParser.SimpleStatementContext simpleStatement()
Returns
Type Description
SolidityParser.SimpleStatementContext
| Improve this Doc View Source

throwStatement()

Declaration
public SolidityParser.ThrowStatementContext throwStatement()
Returns
Type Description
SolidityParser.ThrowStatementContext
| Improve this Doc View Source

tryStatement()

Declaration
public SolidityParser.TryStatementContext tryStatement()
Returns
Type Description
SolidityParser.TryStatementContext
| Improve this Doc View Source

whileStatement()

Declaration
public SolidityParser.WhileStatementContext whileStatement()
Returns
Type Description
SolidityParser.WhileStatementContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX