net.java.html.lib.angular.IInjectorService Maven / Gradle / Ivy
package net.java.html.lib.angular;
public class IInjectorService extends net.java.html.lib.Objs {
protected IInjectorService(net.java.html.lib.Objs.Constructor> c, java.lang.Object js) {
super(c, js);
}
private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
$Constructor() {
super(IInjectorService.class);
}
@Override
public IInjectorService create(java.lang.Object obj) {
return obj == null ? null : new IInjectorService(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static IInjectorService $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property strictDi = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "strictDi");
public java.lang.Boolean strictDi() { return strictDi.get(); }
public net.java.html.lib.Array annotate(java.lang.Object[] inlineAnnotatedFunction) {
return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.annotate$233($js(this), /* ArrayType*/$js(inlineAnnotatedFunction)));
}
public net.java.html.lib.Array annotate(net.java.html.lib.Function fn, java.lang.Boolean strictDi) {
return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.annotate$234($js(this), /* FirstTypeNode*/$js(fn), strictDi));
}
public net.java.html.lib.Array annotate(net.java.html.lib.Function fn) {
return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.annotate$235($js(this), /* FirstTypeNode*/$js(fn)));
}
public T get(java.lang.String name, java.lang.String caller) {
return (T)$Typings$.get$236($js(this), name, caller);
}
public T get(java.lang.String name) {
return (T)$Typings$.get$237($js(this), name);
}
public java.lang.Boolean has(java.lang.String name) {
return $Typings$.has$238($js(this), name);
}
public T instantiate(net.java.html.lib.Function typeConstructor, java.lang.Object locals) {
return (T)$Typings$.instantiate$239($js(this), /* FirstTypeNode*/$js(typeConstructor), /* AnyKeyword*/$js(locals));
}
public T instantiate(net.java.html.lib.Function typeConstructor) {
return (T)$Typings$.instantiate$240($js(this), /* FirstTypeNode*/$js(typeConstructor));
}
public java.lang.Object invoke(java.lang.Object[] inlineAnnotatedFunction) {
return $Typings$.invoke$241($js(this), /* ArrayType*/$js(inlineAnnotatedFunction));
}
public java.lang.Object invoke(net.java.html.lib.Function func, java.lang.Object context, java.lang.Object locals) {
return $Typings$.invoke$242($js(this), /* FirstTypeNode*/$js(func), /* AnyKeyword*/$js(context), /* AnyKeyword*/$js(locals));
}
public java.lang.Object invoke(net.java.html.lib.Function func) {
return $Typings$.invoke$243($js(this), /* FirstTypeNode*/$js(func));
}
public java.lang.Object invoke(net.java.html.lib.Function func, java.lang.Object context) {
return $Typings$.invoke$244($js(this), /* FirstTypeNode*/$js(func), /* AnyKeyword*/$js(context));
}
}