public class SetFloatPropertyUserFunctionToken
extends shuntingyard.AbstractBuiltInFunctionToken
FloatProperty
of some GUIelement
to a value.
First argument is the ID of the GUIelement
. Second is the target value
to set this FloatProperty
to.
Finally, the 3rd argument is the unique ID of this Property
.
This ordering is a bit counterintuitive, but it is so for technical reasons,
beyond the scope of this document.
This function isn't usually called by the user directly. It's used
when compiling setter calls, such as SLIDER3.setValue(20);
by the
DotNotationParser
.DotNotationParser
,
Property.getId()
Constructor and Description |
---|
SetFloatPropertyUserFunctionToken(java.lang.String tokenString) |
Modifier and Type | Method and Description |
---|---|
byte |
getBaseCode() |
void |
run(shuntingyard.VirtualMachine vm) |
compileCall, doLookup, getCode, isExtended, setExtended