Uses of Class
com.wyu4.snowberryjam.compiler.data.values.InteractiveValueHolder
Packages that use InteractiveValueHolder
Package
Description
-
Uses of InteractiveValueHolder in com.wyu4.snowberryjam.compiler.data.values.conditional
Modifier and TypeClassDescriptionclassConditional Holder that handlesANDoperations.classA default unset conditional holder.classConditional holder that handles an equality operationclassConditional holder that handles an equality operationclassConditional holder that handles an equality operationclassConditional holder that handles an equality operationclassConditional holder that handles an equality operationclassConditional Holder that inverts a valueclassConditional holder that handles an inverted equality operationclassConditional Holder that handlesORconditionsclassConditional Holder that checks if two values share the same type. -
Uses of InteractiveValueHolder in com.wyu4.snowberryjam.compiler.data.values.conversion
Modifier and TypeClassDescriptionclassConverts any value into an array.classclassConvert a string into a numberclassConverts any value into it size.classConverts any value into an array by splitting its string form. -
Uses of InteractiveValueHolder in com.wyu4.snowberryjam.compiler.data.values.io
Subclasses of InteractiveValueHolder in com.wyu4.snowberryjam.compiler.data.values.io -
Uses of InteractiveValueHolder in com.wyu4.snowberryjam.compiler.data.values.iteration
Modifier and TypeClassDescriptionclassDefault unset array holder.classArray Holder that handles element search given the indexclassArray Holder that returns an array with a modified element -
Uses of InteractiveValueHolder in com.wyu4.snowberryjam.compiler.data.values.math
Subclasses of InteractiveValueHolder in com.wyu4.snowberryjam.compiler.data.values.mathModifier and TypeClassDescriptionclassA default unset arithmetic holder.classArithmetic Holder that handles division between value A and value B.classArithmetic Holder that handles subtraction between value A and value B.classArithmetic Holder that handles modulus operations between value A and value B.classArithmetic Holder that handles multiplication between value A and value B.classArithmetic Holder that handles addition between value A and value B.classArithmetic Holder that rounds value A.