Package com.github._1c_syntax.bsl.parser
package com.github._1c_syntax.bsl.parser
-
ClassDescriptionThis class provides an empty implementation of
BSLMethodDescriptionParserListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.This class provides an empty implementation ofBSLMethodDescriptionParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byBSLMethodDescriptionParser
.This interface defines a complete generic visitor for a parse tree produced byBSLMethodDescriptionParser
.This class provides an empty implementation ofBSLParserListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.BSLParserBaseVisitor<Result>This class provides an empty implementation ofBSLParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byBSLParser
.Расширение базового класса контекста парсераBSLParserVisitor<Result>This interface defines a complete generic visitor for a parse tree produced byBSLParser
.This class supports case-insensitive lexing by wrapping an existingCharStream
and forcing the lexer to see either upper or lowercase characters.This class provides an empty implementation ofSDBLParserListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.SDBLParserBaseVisitor<Result>This class provides an empty implementation ofSDBLParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced bySDBLParser
.SDBLParserVisitor<Result>This interface defines a complete generic visitor for a parse tree produced bySDBLParser
.TheUnicodeBOMInputStream
class wraps anyInputStream
and detects the presence of any Unicode BOM (Byte Order Mark) at its beginning, as defined by RFC 3629 - UTF-8, a transformation format of ISO 10646Type safe enumeration class that describes the different types of Unicode BOMs.