Show / Hide Table of Contents

Class SHARCParser.Stmt_atomContext

Inheritance
System.Object
SHARCParser.Stmt_atomContext
Namespace: GCore.Antlr.Grammers.Sharc
Assembly: Sharc.dll
Syntax
public class Stmt_atomContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Stmt_atomContext(ParserRuleContext, Int32)

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

directive_exp()

Declaration
public SHARCParser.Directive_expContext directive_exp()
Returns
Type Description
SHARCParser.Directive_expContext
| Improve this Doc View Source

end_seg()

Declaration
public SHARCParser.End_segContext end_seg()
Returns
Type Description
SHARCParser.End_segContext
| 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

sec()

Declaration
public SHARCParser.SecContext sec()
Returns
Type Description
SHARCParser.SecContext
| Improve this Doc View Source

seg()

Declaration
public SHARCParser.SegContext seg()
Returns
Type Description
SHARCParser.SegContext
| Improve this Doc View Source

stmt()

Declaration
public SHARCParser.StmtContext stmt()
Returns
Type Description
SHARCParser.StmtContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX