WSStringΒΆ

jws.spad line 212 [edit on github]

Julia Wolfram Symbolic strings using the MathLink Julia package.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

characters: % -> WSList %

characters(str) returns the characters of str as a WSList.

coerce: % -> JLObject

from JLObjectType

coerce: % -> OutputForm

from CoercibleTo OutputForm

coerce: % -> String

coerce(str) coerces str to a FriCAS String. str must be a Julia WS string

coerce: % -> WSExpression

coerce(str) coerces str to a WSExpression.

coerce: String -> %

coerce(str) coerces str to a Julia WS string.

convert: % -> String

from ConvertibleTo String

elt: (%, Integer) -> %

elt(str,i) returns the i-th character of str.

jlAbout: % -> Void

from JLObjectType

jlApply: (String, %) -> JLObject

from JLObjectType

jlApply: (String, %, %) -> JLObject

from JLObjectType

jlApply: (String, %, %, %) -> JLObject

from JLObjectType

jlApply: (String, %, %, %, %) -> JLObject

from JLObjectType

jlApply: (String, %, %, %, %, %) -> JLObject

from JLObjectType

jlDisplay: % -> Void

from JLObjectType

jlDump: JLObject -> Void

from JLObjectType

jlEval: % -> %

from WSObject

jlFieldNames: % -> JLObject

from JLObjectType

jlGetField: (%, JLSymbol) -> JLObject

from JLObjectType

jlGetJuliaIndex: % -> String

from JLObjectType

jlGetProperty: (%, JLSymbol) -> JLObject

from JLObjectType

jlHead: % -> WSSymbol

from WSObject

jlId: % -> JLInt64

from JLObjectType

jlimref: String -> %

from JLObjectType

jlObject: () -> String

from JLObjectType

jlPropertyNames: % -> JLObject

from JLObjectType

jlRef: % -> SExpression

from JLObjectType

jlref: String -> %

from JLObjectType

jlSymbolic: % -> String

from WSObject

jlText: (%, String) -> List String

from JLObjectType

jlType: % -> Symbol

from JLObjectType

jWSInterpret: (String, String) -> %

from WSObject

jWSInterpret: (String, String, String) -> %

from WSObject

jWSInterpret: String -> %

from WSObject

jWSString: String -> %

jWSString(str) constructs str as a WSString.

latex: % -> String

from SetCategory

mutable?: % -> Boolean

from JLObjectType

nothing?: % -> Boolean

from JLObjectType

numeric: % -> WSExpression

from WSObject

numeric: (%, PositiveInteger) -> WSExpression

from WSObject

string: % -> String

from WSObject

toString: % -> String

from WSObject

BasicType

CoercibleTo OutputForm

ConvertibleTo String

JLObjectType

JLType

SetCategory

WSObject