View Javadoc
1   // Generated from eu/simuline/relana/parser/SClass.g4 by ANTLR 4.7
2   package eu.simuline.relana.parser;
3   
4       import eu.simuline.relana.model.ClassLocator;
5       import eu.simuline.relana.model.SClass;
6       import eu.simuline.relana.model.Deficiency;
7       import eu.simuline.relana.model.DeficiencyNode;
8       import eu.simuline.relana.model.SClassLoader;
9       import eu.simuline.relana.model.Package;
10  
11      import java.util.Map;
12      import java.util.HashMap;
13      import java.util.Set;
14      import java.util.HashSet;
15      import java.util.Iterator;
16      import java.util.Collections;
17  
18      import java.io.Reader;
19      import java.io.IOException;
20      import java.io.InputStream;
21  
22  
23  import org.antlr.v4.runtime.ParserRuleContext;
24  import org.antlr.v4.runtime.tree.ErrorNode;
25  import org.antlr.v4.runtime.tree.TerminalNode;
26  
27  /**
28   * This class provides an empty implementation of {@link SClassListener},
29   * which can be extended to create a listener which only needs to handle a subset
30   * of the available methods.
31   */
32  public class SClassBaseListener implements SClassListener {
33  	/**
34  	 * {@inheritDoc}
35  	 *
36  	 * <p>The default implementation does nothing.</p>
37  	 */
38  	@Override public void enterSClass(SClassParser.SClassContext ctx) { }
39  	/**
40  	 * {@inheritDoc}
41  	 *
42  	 * <p>The default implementation does nothing.</p>
43  	 */
44  	@Override public void exitSClass(SClassParser.SClassContext ctx) { }
45  	/**
46  	 * {@inheritDoc}
47  	 *
48  	 * <p>The default implementation does nothing.</p>
49  	 */
50  	@Override public void enterGetPath(SClassParser.GetPathContext ctx) { }
51  	/**
52  	 * {@inheritDoc}
53  	 *
54  	 * <p>The default implementation does nothing.</p>
55  	 */
56  	@Override public void exitGetPath(SClassParser.GetPathContext ctx) { }
57  	/**
58  	 * {@inheritDoc}
59  	 *
60  	 * <p>The default implementation does nothing.</p>
61  	 */
62  	@Override public void enterAddPath(SClassParser.AddPathContext ctx) { }
63  	/**
64  	 * {@inheritDoc}
65  	 *
66  	 * <p>The default implementation does nothing.</p>
67  	 */
68  	@Override public void exitAddPath(SClassParser.AddPathContext ctx) { }
69  	/**
70  	 * {@inheritDoc}
71  	 *
72  	 * <p>The default implementation does nothing.</p>
73  	 */
74  	@Override public void enterGetSuperClass(SClassParser.GetSuperClassContext ctx) { }
75  	/**
76  	 * {@inheritDoc}
77  	 *
78  	 * <p>The default implementation does nothing.</p>
79  	 */
80  	@Override public void exitGetSuperClass(SClassParser.GetSuperClassContext ctx) { }
81  	/**
82  	 * {@inheritDoc}
83  	 *
84  	 * <p>The default implementation does nothing.</p>
85  	 */
86  	@Override public void enterGetDeficiencies(SClassParser.GetDeficienciesContext ctx) { }
87  	/**
88  	 * {@inheritDoc}
89  	 *
90  	 * <p>The default implementation does nothing.</p>
91  	 */
92  	@Override public void exitGetDeficiencies(SClassParser.GetDeficienciesContext ctx) { }
93  	/**
94  	 * {@inheritDoc}
95  	 *
96  	 * <p>The default implementation does nothing.</p>
97  	 */
98  	@Override public void enterAddDeficiency(SClassParser.AddDeficiencyContext ctx) { }
99  	/**
100 	 * {@inheritDoc}
101 	 *
102 	 * <p>The default implementation does nothing.</p>
103 	 */
104 	@Override public void exitAddDeficiency(SClassParser.AddDeficiencyContext ctx) { }
105 	/**
106 	 * {@inheritDoc}
107 	 *
108 	 * <p>The default implementation does nothing.</p>
109 	 */
110 	@Override public void enterGetInnerCls(SClassParser.GetInnerClsContext ctx) { }
111 	/**
112 	 * {@inheritDoc}
113 	 *
114 	 * <p>The default implementation does nothing.</p>
115 	 */
116 	@Override public void exitGetInnerCls(SClassParser.GetInnerClsContext ctx) { }
117 	/**
118 	 * {@inheritDoc}
119 	 *
120 	 * <p>The default implementation does nothing.</p>
121 	 */
122 	@Override public void enterAddMap(SClassParser.AddMapContext ctx) { }
123 	/**
124 	 * {@inheritDoc}
125 	 *
126 	 * <p>The default implementation does nothing.</p>
127 	 */
128 	@Override public void exitAddMap(SClassParser.AddMapContext ctx) { }
129 	/**
130 	 * {@inheritDoc}
131 	 *
132 	 * <p>The default implementation does nothing.</p>
133 	 */
134 	@Override public void enterGetCheckedDeficiencies(SClassParser.GetCheckedDeficienciesContext ctx) { }
135 	/**
136 	 * {@inheritDoc}
137 	 *
138 	 * <p>The default implementation does nothing.</p>
139 	 */
140 	@Override public void exitGetCheckedDeficiencies(SClassParser.GetCheckedDeficienciesContext ctx) { }
141 	/**
142 	 * {@inheritDoc}
143 	 *
144 	 * <p>The default implementation does nothing.</p>
145 	 */
146 	@Override public void enterAddRelations(SClassParser.AddRelationsContext ctx) { }
147 	/**
148 	 * {@inheritDoc}
149 	 *
150 	 * <p>The default implementation does nothing.</p>
151 	 */
152 	@Override public void exitAddRelations(SClassParser.AddRelationsContext ctx) { }
153 	/**
154 	 * {@inheritDoc}
155 	 *
156 	 * <p>The default implementation does nothing.</p>
157 	 */
158 	@Override public void enterAddRelation(SClassParser.AddRelationContext ctx) { }
159 	/**
160 	 * {@inheritDoc}
161 	 *
162 	 * <p>The default implementation does nothing.</p>
163 	 */
164 	@Override public void exitAddRelation(SClassParser.AddRelationContext ctx) { }
165 
166 	/**
167 	 * {@inheritDoc}
168 	 *
169 	 * <p>The default implementation does nothing.</p>
170 	 */
171 	@Override public void enterEveryRule(ParserRuleContext ctx) { }
172 	/**
173 	 * {@inheritDoc}
174 	 *
175 	 * <p>The default implementation does nothing.</p>
176 	 */
177 	@Override public void exitEveryRule(ParserRuleContext ctx) { }
178 	/**
179 	 * {@inheritDoc}
180 	 *
181 	 * <p>The default implementation does nothing.</p>
182 	 */
183 	@Override public void visitTerminal(TerminalNode node) { }
184 	/**
185 	 * {@inheritDoc}
186 	 *
187 	 * <p>The default implementation does nothing.</p>
188 	 */
189 	@Override public void visitErrorNode(ErrorNode node) { }
190 }