WSStringΒΆ
jws.spad line 212 [edit on github]
Julia Wolfram Symbolic strings using the MathLink Julia package.
- characters: % -> WSList %
characters(str)returns the characters ofstras a WSList.
- coerce: % -> JLObject
from JLObjectType
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: % -> String
coerce(str)coercesstrto a FriCAS String.strmust be a JuliaWSstring
- coerce: % -> WSExpression
coerce(str)coercesstrto a WSExpression.
- coerce: String -> %
coerce(str)coercesstrto a JuliaWSstring.
- convert: % -> String
from ConvertibleTo String
- elt: (%, Integer) -> %
elt(str,i)returns thei-th character ofstr.
- 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
- jlFieldNames: % -> JLObject
from JLObjectType
- jlGetField: (%, JLSymbol) -> JLObject
from JLObjectType
- jlGetJuliaIndex: % -> String
from JLObjectType
- jlGetProperty: (%, JLSymbol) -> JLObject
from JLObjectType
- 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)constructsstras a WSString.
- latex: % -> String
from SetCategory
- mutable?: % -> Boolean
from JLObjectType
- nothing?: % -> Boolean
from JLObjectType
- numeric: % -> WSExpression
from WSObject
- numeric: (%, PositiveInteger) -> WSExpression
from WSObject