ClipToken class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(ClipParam param, String token, int len, bool strToVal)
→ void
-
-
addCode(int code, dynamic token)
→ void
-
-
addMatrix(MathMatrix value)
→ void
-
-
addMultiPrec(MPData value)
→ void
-
-
addSq(ClipParam param, String token, int len, bool strToVal)
→ void
-
-
addValue(MathValue value)
→ void
-
-
beginGetToken([int? num])
→ void
-
-
checkCommand(String string, ParamInteger command)
→ bool
-
-
checkDefine(String string, MathValue value)
→ bool
-
-
checkFunc(String string, ParamInteger func)
→ bool
-
-
checkSe(String string, ParamInteger se)
→ bool
-
-
checkSqOp(String string, ParamInteger op)
→ bool
-
-
checkStat(String string, ParamInteger stat)
→ bool
-
-
checkToken(int code)
→ bool
-
-
count()
→ int
-
-
del(int num)
→ int
-
-
delAll()
→ void
-
-
delToken(int code, dynamic token)
→ void
-
-
dup(ClipToken dst)
→ int
-
-
format(ClipParam param, bool strToVal)
→ int
-
-
get()
→ ClipTokenData?
-
-
getToken()
→ bool
-
-
getTokenLock()
→ bool
-
-
getTokenParam(ClipParam param)
→ bool
-
-
ins(int num, ClipParam param, String token, int len, bool strToVal)
→ void
-
-
insCode(int num, int code, dynamic token)
→ void
-
-
insMatrix(int num, MathMatrix value)
→ void
-
-
insMultiPrec(int num, MPData value)
→ void
-
-
insValue(int num, MathValue value)
→ void
-
-
lock()
→ ClipTokenData?
-
-
newToken(int code, dynamic token)
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
regString(ClipParam param, String line, bool strToVal)
→ int
-
-
separate(ClipParam param, String line, bool strToVal)
→ int
-
-
sepString(ParamString string, String sep)
→ void
-
-
skipComma()
→ bool
-
-
skipToken()
→ void
-
-
stringToValue(ClipParam param, String string, MathValue value)
→ bool
-
-
tokenString(ClipParam param, int code, dynamic token)
→ String
-
-
top()
→ ClipTokenData?
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
unlock(ClipTokenData? lock)
→ void
-
-
valueToString(ClipParam param, MathValue value, ParamString real, ParamString imag)
→ void
-