Exemplo n.º 1
0
 @Override
 public Map<JetScript, ScriptDescriptor> getScripts() {
   return Collections.emptyMap();
 }
Exemplo n.º 2
0
 @Override
 public Map<JetNamedFunction, SimpleFunctionDescriptor> getFunctions() {
   return Collections.emptyMap();
 }
Exemplo n.º 3
0
 @Override
 public Map<JetProperty, PropertyDescriptor> getProperties() {
   return Collections.emptyMap();
 }
Exemplo n.º 4
0
 @Override
 public Map<JetObjectDeclaration, MutableClassDescriptor> getObjects() {
   return Collections.emptyMap();
 }
Exemplo n.º 5
0
 @Override
 public Map<JetClass, MutableClassDescriptor> getClasses() {
   return Collections.emptyMap();
 }
Exemplo n.º 6
0
 @Override
 public Map<JetScript, WritableScope> getScriptScopes() {
   return Collections.emptyMap();
 }