A B C D E F G H I J L M N O P Q R S T U V W 

L

length() - Method in class com.tameif.tame.lang.Value
Gets the length of this value.
less(Value, Value) - Static method in class com.tameif.tame.lang.Value
Returns if the first literal value is less than the second.
lessOrEqual(Value, Value) - Static method in class com.tameif.tame.lang.Value
Returns if the first literal value is less than or equal to the second.
listAdd(Value) - Method in class com.tameif.tame.lang.Value
Adds a value to this, if this is a list.
listAddAt(int, Value) - Method in class com.tameif.tame.lang.Value
Adds a value to this at a specific index, if this is a list.
listContains(Value) - Method in class com.tameif.tame.lang.Value
Checks if this value contains a value, if this is a list.
listGet(int) - Method in class com.tameif.tame.lang.Value
Gets a value on this at a specific index, if this is a list.
listIndexOf(Value) - Method in class com.tameif.tame.lang.Value
Gets the index of a value from this, if this is a list.
listRemove(Value) - Method in class com.tameif.tame.lang.Value
Removes a value from inside this value, if this is a list.
listRemoveAt(int) - Method in class com.tameif.tame.lang.Value
Removes a value from this at a specific index, if this is a list.
listSet(int, Value) - Method in class com.tameif.tame.lang.Value
Sets a value on this at a specific index, if this is a list.
logicalAnd(Value, Value) - Static method in class com.tameif.tame.lang.Value
Returns the "logical and" of two literal values.
logicalNot(Value) - Static method in class com.tameif.tame.lang.Value
Returns the "logical not" value of a literal value.
logicalOr(Value, Value) - Static method in class com.tameif.tame.lang.Value
Returns the "logical or" of two literal values.
logicalXOr(Value, Value) - Static method in class com.tameif.tame.lang.Value
Returns the "logical xor" of two literal values.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links