Package org.teavm.debugging.javascript
Interface JavaScriptValue
-
public interface JavaScriptValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Promise<String>getClassName()StringgetInstanceId()Promise<Map<String,? extends JavaScriptVariable>>getProperties()Promise<String>getRepresentation()booleanhasInnerStructure()
-