java.lang.Object
simula.compiler.CodeLine
- All Implemented Interfaces:
Externalizable
,Serializable
A single line of output Java code.
Link to GitHub: Source File.
- Author:
- Øystein Myhre Andersen
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readExternal
(ObjectInput inpt) toString()
void
writeExternal
(ObjectOutput oupt)
-
Field Details
-
Constructor Details
-
CodeLine
Create a new CodeLine.- Parameters:
modid
- module identifiersourceLineNumber
- argumentcodeLine
- argument
-
CodeLine
public CodeLine()Default constructor used by Externalization.
-
-
Method Details
-
toString
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-