public abstract class RunTimeHelper extends Object
| Constructor and Description |
|---|
RunTimeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static RunTime |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
RunTime that) |
static RunTime |
narrow(Object obj) |
static RunTime |
read(InputStream istream) |
static TypeCode |
type() |
static RunTime |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
RunTime value) |
public static TypeCode type()
public static String id()
public static RunTime read(InputStream istream)
public static void write(OutputStream ostream, RunTime value)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.