public abstract class ExportedCallChainHelper extends Object
| Constructor and Description |
|---|
ExportedCallChainHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ExportedCallChain |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ExportedCallChain s) |
static ExportedCallChain |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
ExportedCallChain s) |
public static TypeCode type()
public static void insert(Any any, ExportedCallChain s)
public static ExportedCallChain extract(Any any)
public static String id()
public static ExportedCallChain read(InputStream in)
public static void write(OutputStream out, ExportedCallChain s)
Copyright © 2008–2018 Tecgraf/PUC-Rio. All rights reserved.