Show / Hide Table of Contents

Class SHARCParser.Directive_expContext

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

Constructors

| Improve this Doc View Source

Directive_expContext(ParserRuleContext, Int32)

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

COMMA()

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

COMMA(Int32)

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

DOT_ALGIGN()

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

DOT_COMPRESS()

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

DOT_EXTERN()

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

DOT_FILE()

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

DOT_FILE_ATTR()

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

DOT_FORCECOMPRESS()

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

DOT_GLOBAL()

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

DOT_IMPORT()

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

DOT_LEFTMARGIN()

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

DOT_LIST()

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

DOT_LIST_DATA()

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

DOT_LIST_DATFILE()

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

DOT_LIST_DEFTAB()

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

DOT_LIST_LOCTAB()

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

DOT_LIST_WRAPDATA()

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

DOT_NEWPAGE()

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

DOT_NOCOMPRESS()

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

DOT_NOLIST_DATA()

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

DOT_NOLIST_DATFILE()

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

DOT_NOLIST_WRAPDATA()

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

DOT_PAGELENGTH()

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

DOT_PAGEWIDTH()

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

DOT_PRECISION()

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

DOT_PREVIOUS()

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

DOT_ROUND_MINUS()

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

DOT_ROUND_NEAREST()

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

DOT_ROUND_PLUS()

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

DOT_ROUND_ZERO()

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

DOT_WEAK()

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

EQU()

Declaration
public ITerminalNode EQU()
Returns
Type Description
ITerminalNode
| 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

ID()

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

ID(Int32)

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

INT()

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

StringLiteral()

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

StringLiteral(Int32)

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

value_exp()

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