Package org.teavm.cache
Class AstIO
java.lang.Object
org.teavm.cache.AstIO
-
Constructor Summary
ConstructorsConstructorDescriptionAstIO(ReferenceCache referenceCache, SymbolTable symbolTable, SymbolTable fileTable, SymbolTable variableTable)
-
Method Summary
Modifier and TypeMethodDescriptionread(VarDataInput input, MethodReference method)
readAsync(VarDataInput input, MethodReference method)
readControlFlow(VarDataInput input)
void
write(VarDataOutput output, ControlFlowEntry[] cfg)
void
write(VarDataOutput output, RegularMethodNode method)
void
writeAsync(VarDataOutput output, AsyncMethodNode method)
-
Constructor Details
-
AstIO
public AstIO(ReferenceCache referenceCache, SymbolTable symbolTable, SymbolTable fileTable, SymbolTable variableTable)
-
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
readControlFlow
- Throws:
IOException
-
read
- Throws:
IOException
-
writeAsync
- Throws:
IOException
-
readAsync
- Throws:
IOException
-