Uses of Class
eu.simuline.octave.type.OctaveFunctionHandle
-
Packages that use OctaveFunctionHandle 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 OctaveFunctionHandle in eu.simuline.octave.io.impl
Methods in eu.simuline.octave.io.impl that return types with arguments of type OctaveFunctionHandle Modifier and Type Method Description Class<OctaveFunctionHandle>
FunctionHandleWriter. javaType()
Methods in eu.simuline.octave.io.impl with parameters of type OctaveFunctionHandle Modifier and Type Method Description void
FunctionHandleWriter. write(Writer writer, OctaveFunctionHandle octaveType)
-
Uses of OctaveFunctionHandle in eu.simuline.octave.type
Methods in eu.simuline.octave.type that return OctaveFunctionHandle Modifier and Type Method Description OctaveFunctionHandle
OctaveFunctionHandle. shallowCopy()
-