public class AstIO extends Object
| Constructor and Description |
|---|
AstIO(SymbolTable symbolTable,
SymbolTable fileTable) |
| Modifier and Type | Method and Description |
|---|---|
RegularMethodNode |
read(DataInput input,
MethodReference method) |
AsyncMethodNode |
readAsync(DataInput input,
MethodReference method) |
void |
write(DataOutput output,
RegularMethodNode method) |
void |
writeAsync(DataOutput output,
AsyncMethodNode method) |
public AstIO(SymbolTable symbolTable, SymbolTable fileTable)
public void write(DataOutput output, RegularMethodNode method) throws IOException
IOExceptionpublic RegularMethodNode read(DataInput input, MethodReference method) throws IOException
IOExceptionpublic void writeAsync(DataOutput output, AsyncMethodNode method) throws IOException
IOExceptionpublic AsyncMethodNode readAsync(DataInput input, MethodReference method) throws IOException
IOExceptionCopyright © 2015. All rights reserved.