file_open
for_abuse :: ReadFileForAbuser :: _path
for_abuse :: ReadFileForAbuser :: path
for_abuse :: ReadFileForAbuser :: path=
for_abuse $ ReadFileForAbuser :: SELF
Type of this instance, automatically specialized in every classfor_abuse $ ReadFileForAbuser :: iterator
Starts and control the servicefor_abuse :: ReadFileForAbuser :: _path
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
core :: Object :: defaultinit
for_abuse :: ForAbuser :: 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.
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).for_abuse :: ReadFileForAbuser :: path
for_abuse :: ReadFileForAbuser :: path=
# Abuser to read a file, see `file_open`
private class ReadFileForAbuser
super ForAbuser[FileReader]
var path: String
redef fun iterator do return new ReadFileForAbuserIterator(path)
end
lib/for_abuse/for_abuse.nit:39,1--44,3