Maven module :
un.api : api-code :
Class :
un.api.code.CodeFileReader
Extends/Implements :
un.api.io.Reader
Subclasses :
-
Read code from input and split in tokens.
This step is not included in the CodeProducer to offer quick processing
such as syntax coloration or first stage validation.
author
Johann Sorel
Variables :
-
Functions :
read
Convert the content of input to CodeFile.
return
CodeFile
throws
IOException
CodeFile
read
()
This step is not included in the CodeProducer to offer quick processing
such as syntax coloration or first stage validation.
author Johann Sorel