ParseTreeListener that implements C4L1ParserListener, C4L2ParserListener and
C4L3ParserListener to be able to parse every C4 grammar files using the same class.C4L1ParserListener using default methods to emulate multiple inheritance amongst
classes and allow simple composition of grammars parsers.C4L2ParserListener using default methods to emulate multiple inheritance amongst
classes and allow simple composition of grammars parsers.C4L3ParserListener using default methods to emulate multiple inheritance amongst
classes and allow simple composition of grammars parsers.Optional of the created Parser or empty if any
exception occurs.C4L1ParserListener being decorated.C4L2ParserListener being decorated.C4L3ParserListener being decorated.Parser type of the current enumeration value.Optional of the matching enumeration value if any, or
empty.Lexer and Parser, and provides convenience
methods such as parsing source files and identifying a source C4 level.ErrorNode.TerminalNode.Copyright © 2020. All rights reserved.