default
core
core
core.Value
derefObjectValue() : var
-
getDeref() : var
-
getFloatValue() : float
-
getIntValue() : int
-
getObjectValue() : Object
-
getString() : String
-
getStringValue() : String
-
getType() : int
-
getValue() : var
-
initNull()
-
initVoid()
-
isDeletable() : boolean
- Check whether the associated object value is deletable.
setFloatValue(float f)
-
setIntValue(int i)
-
setNewObject(Object template) : Object
-
setObjectValue(Object o)
-
setStringValue(String s)
-
setValue(Value value)
-
typecast(int type)
-
unlinkObject() : var
- Unlink deletable object pointer from value container.
unset()
-
yacOperatorAssign(Object o)
- int
YAC_TYPE_FLOAT
- Script type id (2) for 32bit single precision IEEE floating point values.
int
YAC_TYPE_INT
- Script type id (1) for 32bit signed integer values.
int
YAC_TYPE_OBJECT
- Script type id (3) for object pointer values.
int
YAC_TYPE_STRING
- Script type id (4) for string values.
int
YAC_TYPE_VOID
- Script type id (0) for void values.
Method derefObjectValue | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getDeref | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getFloatValue | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getIntValue | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getType | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getValue | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method initNull | |||
Signature | |||
|
Method initVoid | |||
Signature | |||
|
Method isDeletable | |||||
Check whether the associated object value is deletable. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method setFloatValue | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setIntValue | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setNewObject | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
Method typecast | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method unlinkObject | |||||
Unlink deletable object pointer from value container. | |||||
Signature | |||||
| |||||
Returns | |||||
| |||||
Description | |||||
The object will be tagged as non-deletable in this container. |
Method unset | |||
Signature | |||
|
Constant YAC_TYPE_FLOAT (int) | |
Script type id (2) for 32bit single precision IEEE floating point values. | |
Constant YAC_TYPE_INT (int) | |
Script type id (1) for 32bit signed integer values. | |
Constant YAC_TYPE_OBJECT (int) | |
Script type id (3) for object pointer values. | |
Constant YAC_TYPE_STRING (int) | |
Script type id (4) for string values. | |
Description | |
The string type id is more like a hint for the script engine. Strings are just Objects, too. | |
Constant YAC_TYPE_VOID (int) | |
Script type id (0) for void values. | |
auto-generated by "DOG", the TkScript document generator. Mon, 28/Dec/2015 13:15:54