Package org.teavm.debugging
Class Variable
- java.lang.Object
-
- org.teavm.debugging.Variable
-
public class Variable extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()ValuegetValue()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getValue
public Value getValue()
-
-