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