|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FinalCodeFactoryIF
Interfaz para la creación del código final
Method Summary | |
---|---|
void |
create(java.util.List intermediateCode)
Creates the final code and serializes to the file. |
ExecutionEnvironmentIF |
getEnvironment()
Returns the environment. |
java.io.File |
getFile()
Returns the file. |
void |
setEnvironment(ExecutionEnvironmentIF environment)
Sets The environment. |
void |
setFile(java.io.File file)
Sets The file. |
Method Detail |
---|
void create(java.util.List intermediateCode) throws java.io.IOException
intermediateCode
- The intermediateCode.
java.io.IOException
- Thrown when an IO Error occurs.ExecutionEnvironmentIF getEnvironment()
java.io.File getFile()
void setEnvironment(ExecutionEnvironmentIF environment)
environment
- The environment to set.void setFile(java.io.File file)
file
- The file to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |