Uses of Class
eu.simuline.octave.type.OctaveBoolean
-
Packages that use OctaveBoolean Package Description eu.simuline.octave.io.impl Provides the implementations of the services specified ineu.simuline.octave.io.spi
; one for each octave type given in octave viatypeinfo
.eu.simuline.octave.type Contains all octave types which are supported. -
-
Uses of OctaveBoolean in eu.simuline.octave.io.impl
Methods in eu.simuline.octave.io.impl that return OctaveBoolean Modifier and Type Method Description (package private) OctaveBoolean
BooleanSingleReader. createOctaveScalar()
(package private) OctaveBoolean
BooleanReader. createOctaveValue(int[] size)
Methods in eu.simuline.octave.io.impl that return types with arguments of type OctaveBoolean Modifier and Type Method Description Class<OctaveBoolean>
BooleanWriter. javaType()
-
Uses of OctaveBoolean in eu.simuline.octave.type
Fields in eu.simuline.octave.type declared as OctaveBoolean Modifier and Type Field Description private static OctaveBoolean
Octave. FALSE
Constant false of corresponding with octave bool.private static OctaveBoolean
Octave. TRUE
Constant true of corresponding with octave bool.Methods in eu.simuline.octave.type that return OctaveBoolean Modifier and Type Method Description static OctaveBoolean
Octave. bool(boolean b)
Returns java counterparts of octave bools.OctaveBoolean
OctaveBoolean. shallowCopy()
Constructors in eu.simuline.octave.type with parameters of type OctaveBoolean Constructor Description OctaveBoolean(OctaveBoolean o)
-