Class Primordials

java.lang.Object
me.topchetoeu.j2s.lib.Primordials

public class Primordials extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    bufferPrimordials(me.topchetoeu.j2s.common.Environment env)
     
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    create(me.topchetoeu.j2s.common.Environment env)
     
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    functionPrimordials(me.topchetoeu.j2s.common.Environment env)
     
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    jsonPrimordials(me.topchetoeu.j2s.common.Environment env)
     
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    mapPrimordials(me.topchetoeu.j2s.common.Environment env)
     
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    numberPrimordials(me.topchetoeu.j2s.common.Environment env)
     
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    objectPrimordials(me.topchetoeu.j2s.common.Environment env)
     
    static String
     
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    regexPrimordials(me.topchetoeu.j2s.common.Environment env)
     
    static void
    setProto(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Environment target, me.topchetoeu.j2s.common.Key<me.topchetoeu.j2s.runtime.values.objects.ObjectValue> key, me.topchetoeu.j2s.runtime.values.objects.ObjectValue repo, String name)
     
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    stringPrimordials(me.topchetoeu.j2s.common.Environment env)
     
    static me.topchetoeu.j2s.runtime.values.objects.ObjectValue
    symbolPrimordials(me.topchetoeu.j2s.common.Environment env)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Primordials

      public Primordials()
  • Method Details

    • mapPrimordials

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue mapPrimordials(me.topchetoeu.j2s.common.Environment env)
    • processRegex

      public static String processRegex(String src)
    • regexPrimordials

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue regexPrimordials(me.topchetoeu.j2s.common.Environment env)
    • symbolPrimordials

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue symbolPrimordials(me.topchetoeu.j2s.common.Environment env)
    • numberPrimordials

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue numberPrimordials(me.topchetoeu.j2s.common.Environment env)
    • stringPrimordials

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue stringPrimordials(me.topchetoeu.j2s.common.Environment env)
    • objectPrimordials

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue objectPrimordials(me.topchetoeu.j2s.common.Environment env)
    • bufferPrimordials

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue bufferPrimordials(me.topchetoeu.j2s.common.Environment env)
    • functionPrimordials

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue functionPrimordials(me.topchetoeu.j2s.common.Environment env)
    • jsonPrimordials

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue jsonPrimordials(me.topchetoeu.j2s.common.Environment env)
    • setProto

      public static void setProto(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Environment target, me.topchetoeu.j2s.common.Key<me.topchetoeu.j2s.runtime.values.objects.ObjectValue> key, me.topchetoeu.j2s.runtime.values.objects.ObjectValue repo, String name)
    • create

      public static me.topchetoeu.j2s.runtime.values.objects.ObjectValue create(me.topchetoeu.j2s.common.Environment env)