Package org.teavm.debugging.javascript
Interface JavaScriptVariable
-
public interface JavaScriptVariable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()JavaScriptValuegetValue()
-
-
-
Method Detail
-
getName
String getName()
-
getValue
JavaScriptValue getValue()
-
-