Class abbParser
Inheritance
System.Object
abbParser
Assembly: Abb.dll
Syntax
public class abbParser : Parser
Constructors
|
Improve this Doc
View Source
abbParser(ITokenStream)
Declaration
public abbParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
abbParser(ITokenStream, TextWriter, TextWriter)
Declaration
public abbParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
BOOL
Declaration
public const int BOOL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BOOLLITERAL
Declaration
public const int BOOLLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BRACKET_CLOSE
Declaration
public const int BRACKET_CLOSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BRACKET_OPEN
Declaration
public const int BRACKET_OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CHARLITERAL
Declaration
public const int CHARLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CLOCK
Declaration
public const int CLOCK = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COLON
Declaration
public const int COLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COMMA
Declaration
public const int COMMA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CONST
Declaration
public const int CONST = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CURLY_CLOSE
Declaration
public const int CURLY_CLOSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CURLY_OPEN
Declaration
public const int CURLY_OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
DOT
Declaration
public const int DOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DOUBLEDOT
Declaration
public const int DOUBLEDOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDMODULE
Declaration
public const int ENDMODULE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDPROC
Declaration
public const int ENDPROC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EQUALS
Declaration
public const int EQUALS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FLOATLITERAL
Declaration
public const int FLOATLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HASH
Declaration
public const int HASH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IDENTIFIER
Declaration
public const int IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INTLITERAL
Declaration
public const int INTLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int LINE_COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LOCAL
Declaration
public const int LOCAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MINUS
Declaration
public const int MINUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MODULE
Declaration
public const int MODULE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MULTIPLY
Declaration
public const int MULTIPLY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NEWLINE
Declaration
public const int NEWLINE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OFF_CALL
Declaration
public const int OFF_CALL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ON_CALL
Declaration
public const int ON_CALL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PERCENT
Declaration
public const int PERCENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PERS
Declaration
public const int PERS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PLUS
Declaration
public const int PLUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PROC
Declaration
public const int PROC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_BIGGER
Declaration
public const int REL_BIGGER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_BIGGER_OR_EQUAL
Declaration
public const int REL_BIGGER_OR_EQUAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_EQUAL
Declaration
public const int REL_EQUAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_NOTEQUAL
Declaration
public const int REL_NOTEQUAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_SMALLER
Declaration
public const int REL_SMALLER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REL_SMALLER_OR_EQUAL
Declaration
public const int REL_SMALLER_OR_EQUAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_array_
Declaration
public const int RULE_array_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_dataList
Declaration
public const int RULE_dataList = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_declaration
Declaration
public const int RULE_declaration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_expression
Declaration
public const int RULE_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_functionCall
Declaration
public const int RULE_functionCall = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_functionParameter
Declaration
public const int RULE_functionParameter = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_init_
Declaration
public const int RULE_init_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_module
Declaration
public const int RULE_module = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_moduleData
Declaration
public const int RULE_moduleData = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_moduleName
Declaration
public const int RULE_moduleName = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_primitive
Declaration
public const int RULE_primitive = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_procCall
Declaration
public const int RULE_procCall = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_procedure
Declaration
public const int RULE_procedure = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_procName
Declaration
public const int RULE_procName = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_procParameter
Declaration
public const int RULE_procParameter = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_type_
Declaration
public const int RULE_type_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SEMICOLON
Declaration
public const int SEMICOLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
SLASH
Declaration
public const int SLASH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SPEEDDATA
Declaration
public const int SPEEDDATA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SQUARE_CLOSE
Declaration
public const int SQUARE_CLOSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SQUARE_OPEN
Declaration
public const int SQUARE_OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STRINGLITERAL
Declaration
public const int STRINGLITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int TOOLDATA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VAR
Declaration
public const int VAR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WOBJDATA
Declaration
public const int WOBJDATA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WS
Declaration
public const int WS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ZONEDATA
Declaration
public const int ZONEDATA = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|
Methods
|
Improve this Doc
View Source
array_()
Declaration
public abbParser.Array_Context array_()
Returns
|
Improve this Doc
View Source
dataList()
Declaration
public abbParser.DataListContext dataList()
Returns
|
Improve this Doc
View Source
declaration()
Declaration
public abbParser.DeclarationContext declaration()
Returns
|
Improve this Doc
View Source
expression()
Declaration
public abbParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
functionCall()
Declaration
public abbParser.FunctionCallContext functionCall()
Returns
|
Improve this Doc
View Source
functionParameter()
Declaration
public abbParser.FunctionParameterContext functionParameter()
Returns
|
Improve this Doc
View Source
init_()
Declaration
public abbParser.Init_Context init_()
Returns
|
Improve this Doc
View Source
module()
Declaration
public abbParser.ModuleContext module()
Returns
|
Improve this Doc
View Source
moduleData()
Declaration
public abbParser.ModuleDataContext moduleData()
Returns
|
Improve this Doc
View Source
moduleName()
Declaration
public abbParser.ModuleNameContext moduleName()
Returns
|
Improve this Doc
View Source
primitive()
Declaration
public abbParser.PrimitiveContext primitive()
Returns
|
Improve this Doc
View Source
procCall()
Declaration
public abbParser.ProcCallContext procCall()
Returns
|
Improve this Doc
View Source
procedure()
Declaration
public abbParser.ProcedureContext procedure()
Returns
|
Improve this Doc
View Source
procName()
Declaration
public abbParser.ProcNameContext procName()
Returns
|
Improve this Doc
View Source
procParameter()
Declaration
public abbParser.ProcParameterContext procParameter()
Returns
|
Improve this Doc
View Source
type_()
Declaration
public abbParser.Type_Context type_()
Returns