public class TestableAbstractCustomLintingRule.TestableParseTreeListener extends C4BaseListener
C4BaseListener for the sake of the test implemntation.| Constructor and Description |
|---|
TestableParseTreeListener(org.thewonderlemming.c4plantuml.commons.Reporter reporter,
File reportFile)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
enterTitle(org.thewonderlemming.c4plantuml.grammars.generated.C4L1Parser.TitleContext ctx) |
void |
enterTitle(org.thewonderlemming.c4plantuml.grammars.generated.C4L2Parser.TitleContext ctx) |
void |
enterTitle(org.thewonderlemming.c4plantuml.grammars.generated.C4L3Parser.TitleContext ctx) |
enterEveryRule, exitEveryRule, getDecoratedC4L1ParserListener, getDecoratedC4L2ParserListener, getDecoratedC4L3ParserListener, visitErrorNode, visitTerminalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenterBoundary, enterCloud, enterComma, enterDiagram, enterEnterprise_boundary, enterFooter, enterInclude, enterL1_title, enterLayout, enterPerson_ext, enterPerson, enterRelationship, enterStatement, enterSystem_ext, enterSystem, exitBoundary, exitCloud, exitComma, exitDiagram, exitEnterprise_boundary, exitFooter, exitInclude, exitL1_title, exitLayout, exitPerson_ext, exitPerson, exitRelationship, exitStatement, exitSystem_ext, exitSystem, exitTitleenterBoundary, enterCloud, enterComma, enterContainer, enterDiagram, enterEnterprise_boundary, enterFooter, enterInclude, enterL2_title, enterLayout, enterPerson_ext, enterPerson, enterRelationship, enterStatement, enterSystem_boundary, enterSystem_ext, enterSystem, exitBoundary, exitCloud, exitComma, exitContainer, exitDiagram, exitEnterprise_boundary, exitFooter, exitInclude, exitL2_title, exitLayout, exitPerson_ext, exitPerson, exitRelationship, exitStatement, exitSystem_boundary, exitSystem_ext, exitSystem, exitTitleenterBoundary, enterCloud, enterComma, enterComponent, enterContainer_boundary, enterContainer, enterDiagram, enterEnterprise_boundary, enterFooter, enterInclude, enterL3_title, enterLayout, enterPerson_ext, enterPerson, enterRelationship, enterStatement, enterSystem_ext, enterSystem, exitBoundary, exitCloud, exitComma, exitComponent, exitContainer_boundary, exitContainer, exitDiagram, exitEnterprise_boundary, exitFooter, exitInclude, exitL3_title, exitLayout, exitPerson_ext, exitPerson, exitRelationship, exitStatement, exitSystem_ext, exitSystem, exitTitlepublic TestableParseTreeListener(org.thewonderlemming.c4plantuml.commons.Reporter reporter,
File reportFile)
reporter - the Reporter instance to report to.reportFile - a file to write reports to.public void enterTitle(org.thewonderlemming.c4plantuml.grammars.generated.C4L1Parser.TitleContext ctx)
public void enterTitle(org.thewonderlemming.c4plantuml.grammars.generated.C4L2Parser.TitleContext ctx)
public void enterTitle(org.thewonderlemming.c4plantuml.grammars.generated.C4L3Parser.TitleContext ctx)
Copyright © 2020. All rights reserved.