LUFileParser Class

Definition

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public class LUFileParser : Antlr4.Runtime.Parser
[<System.CLSCompliant(false)>]
type LUFileParser = class
    inherit Parser
Public Class LUFileParser
Inherits Parser
Inheritance
Antlr4.Runtime.Parser
LUFileParser
Attributes

Constructors

LUFileParser(ITokenStream)
LUFileParser(ITokenStream, TextWriter, TextWriter)

Fields

_ATN
AT
COLON_MARK
COMMA
COMMENT
COMPOSITE_ENTITY
DASH
decisionToDFA
DefaultVocabulary
DOLLAR
DOT
ENTITY_TEXT
EQUAL
ESCAPE_CHARACTER
EXPRESSION
FILTER_MARK
HAS_FEATURES_LABEL
HAS_ROLES_LABEL
HASH
IDENTIFIER
IMPORT
INVALID_TOKEN_DEFAULT_MODE
MODEL_INFO
MULTI_LINE_TEXT
NEW_COMPOSITE_ENTITY
NEW_ENTITY_IDENTIFIER
NEW_ENTITY_IDENTIFIER_WITH_WS
NEW_ENTITY_TYPE_IDENTIFIER
NEW_REGEX_ENTITY
NEWLINE
NEWLINE_IN_ENTITY
NEWLINE_IN_NAME
NEWLINE_IN_QNA
PHRASE_LIST_LABEL
PROMPT_MARK
QNA
QNA_ID_MARK
QNA_SOURCE_INFO
QNA_TEXT
REFERENCE
REGEX_ENTITY
RULE_compositeEntityIdentifier
RULE_entityDefinition
RULE_entityLine
RULE_entityListBody
RULE_entityName
RULE_entitySection
RULE_entityType
RULE_errorFilterLine
RULE_errorQuestionString
RULE_errorString
RULE_file
RULE_filterLine
RULE_filterSection
RULE_importDefinition
RULE_importSection
RULE_intentBody
RULE_intentDefinition
RULE_intentName
RULE_intentNameLine
RULE_modelInfoDefinition
RULE_modelInfoSection
RULE_moreQuestion
RULE_moreQuestionsBody
RULE_multiLineAnswer
RULE_nameIdentifier
RULE_nestedIntentBodyDefinition
RULE_nestedIntentName
RULE_nestedIntentNameLine
RULE_nestedIntentSection
RULE_newCompositeDefinition
RULE_newEntityDefinition
RULE_newEntityLine
RULE_newEntityListbody
RULE_newEntityName
RULE_newEntityNameWithWS
RULE_newEntityRoleOrFeatures
RULE_newEntityRoles
RULE_newEntitySection
RULE_newEntityType
RULE_newEntityUsesFeatures
RULE_newline
RULE_newRegexDefinition
RULE_normalIntentBody
RULE_normalIntentString
RULE_normalItemString
RULE_paragraph
RULE_promptSection
RULE_qnaAnswerBody
RULE_qnaDefinition
RULE_qnaIdMark
RULE_qnaQuestion
RULE_qnaSection
RULE_qnaSourceInfo
RULE_questionText
RULE_referenceDefinition
RULE_referenceSection
RULE_regexEntityIdentifier
RULE_simpleIntentSection
RULE_subIntentDefinition
ruleNames
sharedContextCache
TEXT
WS

Properties

GrammarFileName
RuleNames
SerializedAtn
Vocabulary

Methods

compositeEntityIdentifier()
entityDefinition()
entityLine()
entityListBody()
entityName()
entitySection()
entityType()
errorFilterLine()
errorQuestionString()
errorString()
file()
filterLine()
filterSection()
importDefinition()
importSection()
intentBody()
intentDefinition()
intentName()
intentNameLine()
modelInfoDefinition()
modelInfoSection()
moreQuestion()
moreQuestionsBody()
multiLineAnswer()
nameIdentifier()
nestedIntentBodyDefinition()
nestedIntentName()
nestedIntentNameLine()
nestedIntentSection()
newCompositeDefinition()
newEntityDefinition()
newEntityLine()
newEntityListbody()
newEntityName()
newEntityNameWithWS()
newEntityRoleOrFeatures()
newEntityRoles()
newEntitySection()
newEntityType()
newEntityUsesFeatures()
newline()
newRegexDefinition()
normalIntentBody()
normalIntentString()
normalItemString()
paragraph()
promptSection()
qnaAnswerBody()
qnaDefinition()
qnaIdMark()
qnaQuestion()
qnaSection()
qnaSourceInfo()
questionText()
referenceDefinition()
referenceSection()
regexEntityIdentifier()
simpleIntentSection()
subIntentDefinition()

Applies to