Serializable
CodeWithScope
, CodeWScope
public class Code extends Object implements Serializable
Constructor | Description |
---|---|
Code(String code) |
Construct a new instance with the given code.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getCode() |
Get the Javascript code.
|
int |
hashCode() |
|
String |
toString() |