Interface CATypePackageCompilerType
- All Known Implementing Classes:
CATypePackageCompiler
public interface CATypePackageCompilerType
A type package compiler.
-
Method Summary
Modifier and TypeMethodDescriptionCompile the given package text.
-
Method Details
-
execute
Compile the given package text.- Parameters:
text- The text- Returns:
- The compilation result
- Throws:
IOException- On I/O errors
-