View Javadoc
1   // Generated from io/earcam/instrumental/module/osgi/parser/Manifest.g4 by ANTLR 4.7.1
2   package io.earcam.instrumental.module.osgi.parser;
3   
4   import org.antlr.v4.runtime.ParserRuleContext;
5   import org.antlr.v4.runtime.tree.ErrorNode;
6   import org.antlr.v4.runtime.tree.TerminalNode;
7   
8   /**
9    * This class provides an empty implementation of {@link ManifestListener},
10   * which can be extended to create a listener which only needs to handle a subset
11   * of the available methods.
12   */
13  class ManifestBaseListener implements ManifestListener {
14  	/**
15  	 * {@inheritDoc}
16  	 *
17  	 * <p>The default implementation does nothing.</p>
18  	 */
19  	@Override public void enterManifest(ManifestParser.ManifestContext ctx) { }
20  	/**
21  	 * {@inheritDoc}
22  	 *
23  	 * <p>The default implementation does nothing.</p>
24  	 */
25  	@Override public void exitManifest(ManifestParser.ManifestContext ctx) { }
26  	/**
27  	 * {@inheritDoc}
28  	 *
29  	 * <p>The default implementation does nothing.</p>
30  	 */
31  	@Override public void enterBundleManifestVersion(ManifestParser.BundleManifestVersionContext ctx) { }
32  	/**
33  	 * {@inheritDoc}
34  	 *
35  	 * <p>The default implementation does nothing.</p>
36  	 */
37  	@Override public void exitBundleManifestVersion(ManifestParser.BundleManifestVersionContext ctx) { }
38  	/**
39  	 * {@inheritDoc}
40  	 *
41  	 * <p>The default implementation does nothing.</p>
42  	 */
43  	@Override public void enterBundleActivator(ManifestParser.BundleActivatorContext ctx) { }
44  	/**
45  	 * {@inheritDoc}
46  	 *
47  	 * <p>The default implementation does nothing.</p>
48  	 */
49  	@Override public void exitBundleActivator(ManifestParser.BundleActivatorContext ctx) { }
50  	/**
51  	 * {@inheritDoc}
52  	 *
53  	 * <p>The default implementation does nothing.</p>
54  	 */
55  	@Override public void enterSymbolicName(ManifestParser.SymbolicNameContext ctx) { }
56  	/**
57  	 * {@inheritDoc}
58  	 *
59  	 * <p>The default implementation does nothing.</p>
60  	 */
61  	@Override public void exitSymbolicName(ManifestParser.SymbolicNameContext ctx) { }
62  	/**
63  	 * {@inheritDoc}
64  	 *
65  	 * <p>The default implementation does nothing.</p>
66  	 */
67  	@Override public void enterFragmentHost(ManifestParser.FragmentHostContext ctx) { }
68  	/**
69  	 * {@inheritDoc}
70  	 *
71  	 * <p>The default implementation does nothing.</p>
72  	 */
73  	@Override public void exitFragmentHost(ManifestParser.FragmentHostContext ctx) { }
74  	/**
75  	 * {@inheritDoc}
76  	 *
77  	 * <p>The default implementation does nothing.</p>
78  	 */
79  	@Override public void enterManifestAttributes(ManifestParser.ManifestAttributesContext ctx) { }
80  	/**
81  	 * {@inheritDoc}
82  	 *
83  	 * <p>The default implementation does nothing.</p>
84  	 */
85  	@Override public void exitManifestAttributes(ManifestParser.ManifestAttributesContext ctx) { }
86  	/**
87  	 * {@inheritDoc}
88  	 *
89  	 * <p>The default implementation does nothing.</p>
90  	 */
91  	@Override public void enterManifestAttribute(ManifestParser.ManifestAttributeContext ctx) { }
92  	/**
93  	 * {@inheritDoc}
94  	 *
95  	 * <p>The default implementation does nothing.</p>
96  	 */
97  	@Override public void exitManifestAttribute(ManifestParser.ManifestAttributeContext ctx) { }
98  	/**
99  	 * {@inheritDoc}
100 	 *
101 	 * <p>The default implementation does nothing.</p>
102 	 */
103 	@Override public void enterDynamicImports(ManifestParser.DynamicImportsContext ctx) { }
104 	/**
105 	 * {@inheritDoc}
106 	 *
107 	 * <p>The default implementation does nothing.</p>
108 	 */
109 	@Override public void exitDynamicImports(ManifestParser.DynamicImportsContext ctx) { }
110 	/**
111 	 * {@inheritDoc}
112 	 *
113 	 * <p>The default implementation does nothing.</p>
114 	 */
115 	@Override public void enterDynamicDescription(ManifestParser.DynamicDescriptionContext ctx) { }
116 	/**
117 	 * {@inheritDoc}
118 	 *
119 	 * <p>The default implementation does nothing.</p>
120 	 */
121 	@Override public void exitDynamicDescription(ManifestParser.DynamicDescriptionContext ctx) { }
122 	/**
123 	 * {@inheritDoc}
124 	 *
125 	 * <p>The default implementation does nothing.</p>
126 	 */
127 	@Override public void enterWildcardName(ManifestParser.WildcardNameContext ctx) { }
128 	/**
129 	 * {@inheritDoc}
130 	 *
131 	 * <p>The default implementation does nothing.</p>
132 	 */
133 	@Override public void exitWildcardName(ManifestParser.WildcardNameContext ctx) { }
134 	/**
135 	 * {@inheritDoc}
136 	 *
137 	 * <p>The default implementation does nothing.</p>
138 	 */
139 	@Override public void enterImports(ManifestParser.ImportsContext ctx) { }
140 	/**
141 	 * {@inheritDoc}
142 	 *
143 	 * <p>The default implementation does nothing.</p>
144 	 */
145 	@Override public void exitImports(ManifestParser.ImportsContext ctx) { }
146 	/**
147 	 * {@inheritDoc}
148 	 *
149 	 * <p>The default implementation does nothing.</p>
150 	 */
151 	@Override public void enterExports(ManifestParser.ExportsContext ctx) { }
152 	/**
153 	 * {@inheritDoc}
154 	 *
155 	 * <p>The default implementation does nothing.</p>
156 	 */
157 	@Override public void exitExports(ManifestParser.ExportsContext ctx) { }
158 	/**
159 	 * {@inheritDoc}
160 	 *
161 	 * <p>The default implementation does nothing.</p>
162 	 */
163 	@Override public void enterPort(ManifestParser.PortContext ctx) { }
164 	/**
165 	 * {@inheritDoc}
166 	 *
167 	 * <p>The default implementation does nothing.</p>
168 	 */
169 	@Override public void exitPort(ManifestParser.PortContext ctx) { }
170 	/**
171 	 * {@inheritDoc}
172 	 *
173 	 * <p>The default implementation does nothing.</p>
174 	 */
175 	@Override public void enterPaquet(ManifestParser.PaquetContext ctx) { }
176 	/**
177 	 * {@inheritDoc}
178 	 *
179 	 * <p>The default implementation does nothing.</p>
180 	 */
181 	@Override public void exitPaquet(ManifestParser.PaquetContext ctx) { }
182 	/**
183 	 * {@inheritDoc}
184 	 *
185 	 * <p>The default implementation does nothing.</p>
186 	 */
187 	@Override public void enterParameter(ManifestParser.ParameterContext ctx) { }
188 	/**
189 	 * {@inheritDoc}
190 	 *
191 	 * <p>The default implementation does nothing.</p>
192 	 */
193 	@Override public void exitParameter(ManifestParser.ParameterContext ctx) { }
194 	/**
195 	 * {@inheritDoc}
196 	 *
197 	 * <p>The default implementation does nothing.</p>
198 	 */
199 	@Override public void enterDirective(ManifestParser.DirectiveContext ctx) { }
200 	/**
201 	 * {@inheritDoc}
202 	 *
203 	 * <p>The default implementation does nothing.</p>
204 	 */
205 	@Override public void exitDirective(ManifestParser.DirectiveContext ctx) { }
206 	/**
207 	 * {@inheritDoc}
208 	 *
209 	 * <p>The default implementation does nothing.</p>
210 	 */
211 	@Override public void enterAttribute(ManifestParser.AttributeContext ctx) { }
212 	/**
213 	 * {@inheritDoc}
214 	 *
215 	 * <p>The default implementation does nothing.</p>
216 	 */
217 	@Override public void exitAttribute(ManifestParser.AttributeContext ctx) { }
218 	/**
219 	 * {@inheritDoc}
220 	 *
221 	 * <p>The default implementation does nothing.</p>
222 	 */
223 	@Override public void enterArgument(ManifestParser.ArgumentContext ctx) { }
224 	/**
225 	 * {@inheritDoc}
226 	 *
227 	 * <p>The default implementation does nothing.</p>
228 	 */
229 	@Override public void exitArgument(ManifestParser.ArgumentContext ctx) { }
230 	/**
231 	 * {@inheritDoc}
232 	 *
233 	 * <p>The default implementation does nothing.</p>
234 	 */
235 	@Override public void enterAnything(ManifestParser.AnythingContext ctx) { }
236 	/**
237 	 * {@inheritDoc}
238 	 *
239 	 * <p>The default implementation does nothing.</p>
240 	 */
241 	@Override public void exitAnything(ManifestParser.AnythingContext ctx) { }
242 	/**
243 	 * {@inheritDoc}
244 	 *
245 	 * <p>The default implementation does nothing.</p>
246 	 */
247 	@Override public void enterGenericManifestEntry(ManifestParser.GenericManifestEntryContext ctx) { }
248 	/**
249 	 * {@inheritDoc}
250 	 *
251 	 * <p>The default implementation does nothing.</p>
252 	 */
253 	@Override public void exitGenericManifestEntry(ManifestParser.GenericManifestEntryContext ctx) { }
254 
255 	/**
256 	 * {@inheritDoc}
257 	 *
258 	 * <p>The default implementation does nothing.</p>
259 	 */
260 	@Override public void enterEveryRule(ParserRuleContext ctx) { }
261 	/**
262 	 * {@inheritDoc}
263 	 *
264 	 * <p>The default implementation does nothing.</p>
265 	 */
266 	@Override public void exitEveryRule(ParserRuleContext ctx) { }
267 	/**
268 	 * {@inheritDoc}
269 	 *
270 	 * <p>The default implementation does nothing.</p>
271 	 */
272 	@Override public void visitTerminal(TerminalNode node) { }
273 	/**
274 	 * {@inheritDoc}
275 	 *
276 	 * <p>The default implementation does nothing.</p>
277 	 */
278 	@Override public void visitErrorNode(ErrorNode node) { }
279 }