Toggle menu
Nitlanguage.org
Nitdoc
nitc
compiler
java_compiler
JavaCodeFile
_lines
private
var
_lines
:
List
[
String
]
nitc
::
JavaCodeFile
::
_lines
Doc
Linearization
Summary
Lines to write
Lines to write
Summary
Property definitions
nitc$JavaCodeFile$_lines
Property definitions
nitc
$
JavaCodeFile
::
_lines
# Lines to write
var
lines
:
List
[
String
]
=
new
List
[
String
]
src/compiler/java_compiler.nit:1139,2--1140,43