Class Params

java.lang.Object
com.oracle.truffle.tools.chromeinspector.commands.Params

public final class Params extends Object
  • Constructor Details

    • Params

      public Params(org.graalvm.shadowed.org.json.JSONObject json)
  • Method Details

    • createContext

      public static Params createContext(long id, String name)
    • createContextId

      public static Params createContextId(long id)
    • createConsoleAPICalled

      public static Params createConsoleAPICalled(String type, Object text, long contextId)
    • getJSONObject

      public org.graalvm.shadowed.org.json.JSONObject getJSONObject()
    • getPatterns

      public String[] getPatterns()
    • getSamplingInterval

      public long getSamplingInterval()
    • getMaxDepth

      public int getMaxDepth()
    • getState

      public String getState()
    • getScriptId

      public String getScriptId()
    • getBoolean

      public Optional<Boolean> getBoolean(String name)
    • getBreakpointId

      public String getBreakpointId()