| 187 | ScriptCompilerListener::ScriptCompilerListener() {} |
| 188 | |
| 189 | ConcreteNodeListPtr ScriptCompilerListener::importFile( ScriptCompiler *compiler, |
| 190 | const String &name ) |
| 191 | { |
| 192 | return ConcreteNodeListPtr(); |
| 193 | } |
| 194 | |
| 195 | void ScriptCompilerListener::preConversion( ScriptCompiler *compiler, ConcreteNodeListPtr nodes ) {} |
| 196 |