public class JavaObject<O> extends Term<JavaObject<O>>
Constructor and Description |
---|
JavaObject(O o)
Creates a new instance of JavaObject
|
Modifier and Type | Method and Description |
---|---|
Term |
marshal() |
<Z> Z |
toJava() |
String |
toString() |
public JavaObject(O o)