nitc :: ExtraJavaFile :: _full_name
nitc :: ExtraJavaFile :: defaultinit
nitc :: ExtraJavaFile :: full_name=
nitc :: ExtraJavaFile :: src_path=
Path to the original user filenitc $ ExtraJavaFile :: SELF
Type of this instance, automatically specialized in every classnitc $ ExtraJavaFile :: filename
Filename relative to the nit-compile foldernitc $ ExtraJavaFile :: full_name
Full Java class name: package and classnitc :: ExternFile :: _filename
Filename relative to the nit-compile foldernitc :: ExtraJavaFile :: _full_name
nitc :: ExternFile :: _pkgconfigs
Additional libraries needed for the compilationnitc :: ExternFile :: add_to_jar
Isself
a Java file to include in the JAR archive?
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: ExternFile :: compile
Compile this source filenitc :: ExternFile :: compiles_to_o_file
nitc :: JavaFile :: defaultinit
nitc :: ExtraJavaFile :: defaultinit
nitc :: ExternFile :: defaultinit
core :: Object :: defaultinit
nitc :: ExternFile :: filename=
Filename relative to the nit-compile foldernitc :: ExtraJavaFile :: full_name=
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
nitc :: ExternFile :: makefile_rule_content
The content of the rule in the makenitc :: ExternFile :: makefile_rule_name
The name of the target in the Makefilecore :: Object :: native_class_name
The class name of the object in CString format.core :: Object :: output_class_name
Display class name on stdout (debug only).nitc :: ExternFile :: pkgconfigs
Additional libraries needed for the compilationnitc :: ExternFile :: pkgconfigs=
Additional libraries needed for the compilationnitc :: ExtraJavaFile :: src_path=
Path to the original user file
# User supplied Java file to include with the app for use from the FFI
class ExtraJavaFile
super JavaFile
autoinit full_name, src_path
redef var full_name
# Path to the original user file
var src_path: String
redef fun filename do return full_name.replace(".", "/") + ".java"
end
src/ffi/extra_java_files.nit:110,1--122,3