All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.angular.IParseService Maven / Gradle / Ivy

package net.java.html.lib.angular;
public class IParseService extends net.java.html.lib.Objs {
  protected IParseService(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(IParseService.class);
    }
    @Override
    public IParseService create(java.lang.Object obj) {
      return obj == null ? null : new IParseService(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static IParseService $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public ICompiledExpression $apply(java.lang.String expression) {
    return (ICompiledExpression)net.java.html.lib.angular.ICompiledExpression.$as($Typings$.$apply$341($js(this), expression));
  }
  // CallSignature: {"children":[],"kind":"CallSignature","comment":null,"name":null,"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"ICompiledExpression","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"expression","right":[]},"type":{"kind":"StringKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[]}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy