nitc :: ForeignJavaType :: _java_type
nitc :: ForeignJavaType :: defaultinit
nitc :: ForeignJavaType :: java_type
nitc :: ForeignJavaType :: java_type=
nitc $ ForeignJavaType :: SELF
Type of this instance, automatically specialized in every classnitc :: ForeignJavaType :: _java_type
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
core :: Object :: defaultinit
nitc :: ForeignJavaType :: defaultinit
nitc :: ForeignType :: defaultinit
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 :: ForeignJavaType :: java_type
nitc :: ForeignJavaType :: java_type=
core :: 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).
# Foreign type attach to Nit extern Java classes
class ForeignJavaType
super ForeignType
var java_type: String
end
src/ffi/java.nit:493,1--498,3