FileModeJ

org.nlogo.core.FileModeJ
object FileModeJ

Java can't (I don't think) access Scala inner objects without reflection, so we provide these convenience vals for use from Java.

Attributes

Source
FileMode.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FileModeJ.type

Members list

Value members

Concrete fields

val APPEND: Append.type

Attributes

Source
FileMode.scala
val NONE: None.type

Attributes

Source
FileMode.scala
val READ: Read.type

Attributes

Source
FileMode.scala
val WRITE: Write.type

Attributes

Source
FileMode.scala