Class krlParser
Inheritance
System.Object
krlParser
Assembly: Kuka.dll
Syntax
public class krlParser : Parser
Constructors
|
Improve this Doc
View Source
krlParser(ITokenStream)
Declaration
public krlParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
krlParser(ITokenStream, TextWriter, TextWriter)
Declaration
public krlParser(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
AND
Declaration
public const int AND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ANIN
Declaration
public const int ANIN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ANOUT
Declaration
public const int ANOUT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
B_AND
Declaration
public const int B_AND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
B_EXOR
Declaration
public const int B_EXOR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
B_NOT
Declaration
public const int B_NOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
B_OR
Declaration
public const int B_OR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BOOL
Declaration
public const int BOOL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BRAKE
Declaration
public const int BRAKE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
C_DIS
Declaration
public const int C_DIS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
C_ORI
Declaration
public const int C_ORI = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
C_PTP
Declaration
public const int C_PTP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
C_VEL
Declaration
public const int C_VEL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CASE
Declaration
public const int CASE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CAST_FROM
Declaration
public const int CAST_FROM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CAST_TO
Declaration
public const int CAST_TO = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CHAR
Declaration
public const int CHAR = 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
CIRC
Declaration
public const int CIRC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CIRC_REL
Declaration
public const int CIRC_REL = 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
CONTINUE
Declaration
public const int CONTINUE = 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
DECL
Declaration
public const int DECL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DEF
Declaration
public const int DEF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DEFAULT
Declaration
public const int DEFAULT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
DEFDAT
Declaration
public const int DEFDAT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DEFFCT
Declaration
public const int DEFFCT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DELAY
Declaration
public const int DELAY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DO
Declaration
public const int DO = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ELSE
Declaration
public const int ELSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
END
Declaration
public const int END = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDDAT
Declaration
public const int ENDDAT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDFCT
Declaration
public const int ENDFCT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDFOR
Declaration
public const int ENDFOR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDIF
Declaration
public const int ENDIF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDLOOP
Declaration
public const int ENDLOOP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDSWITCH
Declaration
public const int ENDSWITCH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENDWHILE
Declaration
public const int ENDWHILE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENUM
Declaration
public const int ENUM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EXIT
Declaration
public const int EXIT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EXOR
Declaration
public const int EXOR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EXT
Declaration
public const int EXT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EXTFCT
Declaration
public const int EXTFCT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FALSE
Declaration
public const int FALSE = 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
FOR
Declaration
public const int FOR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GLOBAL
Declaration
public const int GLOBAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GOTO
Declaration
public const int GOTO = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HALT
Declaration
public const int HALT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int HEADERLINE = 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
IF
Declaration
public const int IF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IMPORT
Declaration
public const int IMPORT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INT
Declaration
public const int INT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INTERRUPT
Declaration
public const int INTERRUPT = 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
IS
Declaration
public const int IS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LIN
Declaration
public const int LIN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LIN_REL
Declaration
public const int LIN_REL = 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
LOOP
Declaration
public const int LOOP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MAXIMUM
Declaration
public const int MAXIMUM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MINIMUM
Declaration
public const int MINIMUM = 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
NOT
Declaration
public const int NOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OR
Declaration
public const int OR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PRIO
Declaration
public const int PRIO = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PTP
Declaration
public const int PTP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PTP_REL
Declaration
public const int PTP_REL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PUBLIC
Declaration
public const int PUBLIC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REAL
Declaration
public const int REAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REPEAT
Declaration
public const int REPEAT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RETURN
Declaration
public const int RETURN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_additiveExpression
Declaration
public const int RULE_additiveExpression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_analogInputStatement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_analogOutputStatement
Declaration
public const int RULE_analogOutputStatement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_arguments
Declaration
public const int RULE_arguments = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_arrayInitialisation
Declaration
public const int RULE_arrayInitialisation = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_arrayVariableSuffix
Declaration
public const int RULE_arrayVariableSuffix = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_assignmentExpression
Declaration
public const int RULE_assignmentExpression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_caseLabel
Declaration
public const int RULE_caseLabel = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_conditionalAndExpression
Declaration
public const int RULE_conditionalAndExpression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_conditionalOrExpression
Declaration
public const int RULE_conditionalOrExpression = 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_defaultLabel
Declaration
public const int RULE_defaultLabel = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_enumDefinition
Declaration
public const int RULE_enumDefinition = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_enumElement
Declaration
public const int RULE_enumElement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_enumValue
Declaration
public const int RULE_enumValue = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_exclusiveOrExpression
Declaration
public const int RULE_exclusiveOrExpression = 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_expressionList
Declaration
public const int RULE_expressionList = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_formalParameters = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_formalParametersWithType = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_forwardDeclaration
Declaration
public const int RULE_forwardDeclaration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_functionDefinition
Declaration
public const int RULE_functionDefinition = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_functionName
Declaration
public const int RULE_functionName = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_geometricExpression
Declaration
public const int RULE_geometricExpression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_importStatement
Declaration
public const int RULE_importStatement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_literal
Declaration
public const int RULE_literal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_mainRoutine
Declaration
public const int RULE_mainRoutine = 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_moduleRoutines
Declaration
public const int RULE_moduleRoutines = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_multiplicativeExpression
Declaration
public const int RULE_multiplicativeExpression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameter
Declaration
public const int RULE_parameter = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameterCallType
Declaration
public const int RULE_parameterCallType = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameterWithType
Declaration
public const int RULE_parameterWithType = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parExpression
Declaration
public const int RULE_parExpression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_primary
Declaration
public const int RULE_primary = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_primitiveType
Declaration
public const int RULE_primitiveType = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_procedureDefinition
Declaration
public const int RULE_procedureDefinition = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_procedureName
Declaration
public const int RULE_procedureName = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_relationalOp
Declaration
public const int RULE_relationalOp = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_routineBody
Declaration
public const int RULE_routineBody = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_routineDataSection
Declaration
public const int RULE_routineDataSection = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_routineImplementationSection
Declaration
public const int RULE_routineImplementationSection = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_signalDeclaration
Declaration
public const int RULE_signalDeclaration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_statement
Declaration
public const int RULE_statement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_statementList
Declaration
public const int RULE_statementList = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_structElement
Declaration
public const int RULE_structElement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_structElementList
Declaration
public const int RULE_structElementList = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_structLiteral
Declaration
public const int RULE_structLiteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_structureDefinition
Declaration
public const int RULE_structureDefinition = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_subRoutine
Declaration
public const int RULE_subRoutine = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_switchBlockStatementGroups
Declaration
public const int RULE_switchBlockStatementGroups = 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
RULE_typeDeclaration
Declaration
public const int RULE_typeDeclaration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_typeName
Declaration
public const int RULE_typeName = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_unaryNotExpression
Declaration
public const int RULE_unaryNotExpression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_unaryPlusMinuxExpression
Declaration
public const int RULE_unaryPlusMinuxExpression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variableDeclaration
Declaration
public const int RULE_variableDeclaration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variableDeclarationInDataList
Declaration
public const int RULE_variableDeclarationInDataList = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variableInitialisation
Declaration
public const int RULE_variableInitialisation = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variableListRest
Declaration
public const int RULE_variableListRest = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variableName
Declaration
public const int RULE_variableName = 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
SEC
Declaration
public const int SEC = 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
SIGNAL
Declaration
public const int SIGNAL = 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
STRUC
Declaration
public const int STRUC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SWITCH
Declaration
public const int SWITCH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__0
Declaration
public const int T__0 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__1
Declaration
public const int T__1 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__10
Declaration
public const int T__10 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__11
Declaration
public const int T__11 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__12
Declaration
public const int T__12 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__13
Declaration
public const int T__13 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__14
Declaration
public const int T__14 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__15
Declaration
public const int T__15 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__16
Declaration
public const int T__16 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__17
Declaration
public const int T__17 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__18
Declaration
public const int T__18 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__19
Declaration
public const int T__19 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__2
Declaration
public const int T__2 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__20
Declaration
public const int T__20 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__21
Declaration
public const int T__21 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__22
Declaration
public const int T__22 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__3
Declaration
public const int T__3 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__4
Declaration
public const int T__4 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__5
Declaration
public const int T__5 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__6
Declaration
public const int T__6 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__7
Declaration
public const int T__7 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__8
Declaration
public const int T__8 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__9
Declaration
public const int T__9 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
THEN
Declaration
public const int THEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TO
Declaration
public const int TO = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TRIGGER
Declaration
public const int TRIGGER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TRUE
Declaration
public const int TRUE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UNTIL
Declaration
public const int UNTIL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WAIT
Declaration
public const int WAIT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHEN
Declaration
public const int WHEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHILE
Declaration
public const int WHILE = 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 |
|
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
additiveExpression()
Declaration
public krlParser.AdditiveExpressionContext additiveExpression()
Returns
|
Improve this Doc
View Source
Declaration
public krlParser.AnalogInputStatementContext analogInputStatement()
Returns
|
Improve this Doc
View Source
analogOutputStatement()
Declaration
public krlParser.AnalogOutputStatementContext analogOutputStatement()
Returns
|
Improve this Doc
View Source
arguments()
Declaration
public krlParser.ArgumentsContext arguments()
Returns
|
Improve this Doc
View Source
arrayInitialisation()
Declaration
public krlParser.ArrayInitialisationContext arrayInitialisation()
Returns
|
Improve this Doc
View Source
arrayVariableSuffix()
Declaration
public krlParser.ArrayVariableSuffixContext arrayVariableSuffix()
Returns
|
Improve this Doc
View Source
assignmentExpression()
Declaration
public krlParser.AssignmentExpressionContext assignmentExpression()
Returns
|
Improve this Doc
View Source
caseLabel()
Declaration
public krlParser.CaseLabelContext caseLabel()
Returns
|
Improve this Doc
View Source
conditionalAndExpression()
Declaration
public krlParser.ConditionalAndExpressionContext conditionalAndExpression()
Returns
|
Improve this Doc
View Source
conditionalOrExpression()
Declaration
public krlParser.ConditionalOrExpressionContext conditionalOrExpression()
Returns
|
Improve this Doc
View Source
dataList()
Declaration
public krlParser.DataListContext dataList()
Returns
|
Improve this Doc
View Source
defaultLabel()
Declaration
public krlParser.DefaultLabelContext defaultLabel()
Returns
|
Improve this Doc
View Source
enumDefinition()
Declaration
public krlParser.EnumDefinitionContext enumDefinition()
Returns
|
Improve this Doc
View Source
enumElement()
Declaration
public krlParser.EnumElementContext enumElement()
Returns
|
Improve this Doc
View Source
enumValue()
Declaration
public krlParser.EnumValueContext enumValue()
Returns
|
Improve this Doc
View Source
exclusiveOrExpression()
Declaration
public krlParser.ExclusiveOrExpressionContext exclusiveOrExpression()
Returns
|
Improve this Doc
View Source
expression()
Declaration
public krlParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
expressionList()
Declaration
public krlParser.ExpressionListContext expressionList()
Returns
|
Improve this Doc
View Source
Declaration
public krlParser.FormalParametersContext formalParameters()
Returns
|
Improve this Doc
View Source
Declaration
public krlParser.FormalParametersWithTypeContext formalParametersWithType()
Returns
|
Improve this Doc
View Source
forwardDeclaration()
Declaration
public krlParser.ForwardDeclarationContext forwardDeclaration()
Returns
|
Improve this Doc
View Source
functionDefinition()
Declaration
public krlParser.FunctionDefinitionContext functionDefinition()
Returns
|
Improve this Doc
View Source
functionName()
Declaration
public krlParser.FunctionNameContext functionName()
Returns
|
Improve this Doc
View Source
geometricExpression()
Declaration
public krlParser.GeometricExpressionContext geometricExpression()
Returns
|
Improve this Doc
View Source
importStatement()
Declaration
public krlParser.ImportStatementContext importStatement()
Returns
|
Improve this Doc
View Source
literal()
Declaration
public krlParser.LiteralContext literal()
Returns
|
Improve this Doc
View Source
mainRoutine()
Declaration
public krlParser.MainRoutineContext mainRoutine()
Returns
|
Improve this Doc
View Source
module()
Declaration
public krlParser.ModuleContext module()
Returns
|
Improve this Doc
View Source
moduleData()
Declaration
public krlParser.ModuleDataContext moduleData()
Returns
|
Improve this Doc
View Source
moduleName()
Declaration
public krlParser.ModuleNameContext moduleName()
Returns
|
Improve this Doc
View Source
moduleRoutines()
Declaration
public krlParser.ModuleRoutinesContext moduleRoutines()
Returns
|
Improve this Doc
View Source
multiplicativeExpression()
Declaration
public krlParser.MultiplicativeExpressionContext multiplicativeExpression()
Returns
|
Improve this Doc
View Source
parameter()
Declaration
public krlParser.ParameterContext parameter()
Returns
|
Improve this Doc
View Source
parameterCallType()
Declaration
public krlParser.ParameterCallTypeContext parameterCallType()
Returns
|
Improve this Doc
View Source
parameterWithType()
Declaration
public krlParser.ParameterWithTypeContext parameterWithType()
Returns
|
Improve this Doc
View Source
parExpression()
Declaration
public krlParser.ParExpressionContext parExpression()
Returns
|
Improve this Doc
View Source
primary()
Declaration
public krlParser.PrimaryContext primary()
Returns
|
Improve this Doc
View Source
primitiveType()
Declaration
public krlParser.PrimitiveTypeContext primitiveType()
Returns
|
Improve this Doc
View Source
procedureDefinition()
Declaration
public krlParser.ProcedureDefinitionContext procedureDefinition()
Returns
|
Improve this Doc
View Source
procedureName()
Declaration
public krlParser.ProcedureNameContext procedureName()
Returns
|
Improve this Doc
View Source
relationalOp()
Declaration
public krlParser.RelationalOpContext relationalOp()
Returns
|
Improve this Doc
View Source
routineBody()
Declaration
public krlParser.RoutineBodyContext routineBody()
Returns
|
Improve this Doc
View Source
routineDataSection()
Declaration
public krlParser.RoutineDataSectionContext routineDataSection()
Returns
|
Improve this Doc
View Source
routineImplementationSection()
Declaration
public krlParser.RoutineImplementationSectionContext routineImplementationSection()
Returns
|
Improve this Doc
View Source
signalDeclaration()
Declaration
public krlParser.SignalDeclarationContext signalDeclaration()
Returns
|
Improve this Doc
View Source
statement()
Declaration
public krlParser.StatementContext statement()
Returns
|
Improve this Doc
View Source
statementList()
Declaration
public krlParser.StatementListContext statementList()
Returns
|
Improve this Doc
View Source
structElement()
Declaration
public krlParser.StructElementContext structElement()
Returns
|
Improve this Doc
View Source
structElementList()
Declaration
public krlParser.StructElementListContext structElementList()
Returns
|
Improve this Doc
View Source
structLiteral()
Declaration
public krlParser.StructLiteralContext structLiteral()
Returns
|
Improve this Doc
View Source
structureDefinition()
Declaration
public krlParser.StructureDefinitionContext structureDefinition()
Returns
|
Improve this Doc
View Source
subRoutine()
Declaration
public krlParser.SubRoutineContext subRoutine()
Returns
|
Improve this Doc
View Source
switchBlockStatementGroups()
Declaration
public krlParser.SwitchBlockStatementGroupsContext switchBlockStatementGroups()
Returns
|
Improve this Doc
View Source
type_()
Declaration
public krlParser.Type_Context type_()
Returns
|
Improve this Doc
View Source
typeDeclaration()
Declaration
public krlParser.TypeDeclarationContext typeDeclaration()
Returns
|
Improve this Doc
View Source
typeName()
Declaration
public krlParser.TypeNameContext typeName()
Returns
|
Improve this Doc
View Source
unaryNotExpression()
Declaration
public krlParser.UnaryNotExpressionContext unaryNotExpression()
Returns
|
Improve this Doc
View Source
unaryPlusMinuxExpression()
Declaration
public krlParser.UnaryPlusMinuxExpressionContext unaryPlusMinuxExpression()
Returns
|
Improve this Doc
View Source
variableDeclaration()
Declaration
public krlParser.VariableDeclarationContext variableDeclaration()
Returns
|
Improve this Doc
View Source
variableDeclarationInDataList()
Declaration
public krlParser.VariableDeclarationInDataListContext variableDeclarationInDataList()
Returns
|
Improve this Doc
View Source
variableInitialisation()
Declaration
public krlParser.VariableInitialisationContext variableInitialisation()
Returns
|
Improve this Doc
View Source
variableListRest()
Declaration
public krlParser.VariableListRestContext variableListRest()
Returns
|
Improve this Doc
View Source
variableName()
Declaration
public krlParser.VariableNameContext variableName()
Returns