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

net.java.html.lib.angular.ng.ICompiledExpression Maven / Gradle / Ivy

package net.java.html.lib.angular.ng;
public class ICompiledExpression extends net.java.html.lib.Objs {
  protected ICompiledExpression(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(ICompiledExpression.class);
    }
    @Override
    public ICompiledExpression create(java.lang.Object obj) {
      return obj == null ? null : new ICompiledExpression(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ICompiledExpression $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public java.lang.Object $apply(java.lang.Object context, java.lang.Object locals) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$apply$144($js(this), /* AnyKeyword*/$js(context), /* AnyKeyword*/$js(locals)));
  }
  public java.lang.Object $apply(java.lang.Object context) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$apply$145($js(this), /* AnyKeyword*/$js(context)));
  }
  // CallSignature: {"children":[],"kind":"CallSignature","comment":null,"name":null,"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"context","right":[]},"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"locals","right":[]},"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[],"body":[],"statements":[],"moduleReference":[]}
  public net.java.html.lib.Objs.Property literal = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "literal");
  public java.lang.Boolean literal() { return literal.get(); }
  public net.java.html.lib.Objs.Property constant = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "constant");
  public java.lang.Boolean constant() { return constant.get(); }
  // skipping MethodKey{name={"kind":"FirstTypeNode","text":"$apply","right":[]}, parameters=[java.lang.Object, java.lang.Object]}
  // skipping MethodKey{name={"kind":"FirstTypeNode","text":"$apply","right":[]}, parameters=[java.lang.Object]}
  // CallSignature: {"children":[],"kind":"CallSignature","comment":null,"name":null,"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"context","right":[]},"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"locals","right":[]},"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[],"body":[],"statements":[],"moduleReference":[]}
  // If value is not provided, undefined is gonna be used since the implementation
  public java.lang.Object assign(java.lang.Object context, java.lang.Object value) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.assign$148($js(this), /* AnyKeyword*/$js(context), /* AnyKeyword*/$js(value)));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy