Uses of Class
com.blackrook.archetext.ArcheTextValue
- 
Packages that use ArcheTextValue Package Description com.blackrook.archetext Contains the main classes for ArcheText object generation. - 
- 
Uses of ArcheTextValue in com.blackrook.archetext
Fields in com.blackrook.archetext declared as ArcheTextValue Modifier and Type Field Description static ArcheTextValueArcheTextValue. NULLNull value.Methods in com.blackrook.archetext that return ArcheTextValue Modifier and Type Method Description ArcheTextValueArcheTextValue. absolute()Returns the absolute value of this value, returning a new one.ArcheTextValueArcheTextValue. bitwiseNot()Returns the bitwise "not" value of this value, returning a new one.abstract ArcheTextValueCombinator. combine(ArcheTextValue operand, ArcheTextValue source)Combines two values.ArcheTextValueArcheTextValue. combineWith(Combinator combinator, ArcheTextValue source)Combines this value with another and returns the result.ArcheTextValueArcheTextValue. copy()static <T> ArcheTextValueArcheTextValue. create(T object)Creates a new value.ArcheTextValueArcheTextValue. negate()Negates the value of this value, returning a new one.ArcheTextValueArcheTextValue. not()Returns the logical "not" value of this value, returning a new one.ArcheTextValueArcheTextValue. promoteTo(ArcheTextValue.Type promotionType)Returns a new ArcheTextValue that is a promoted type from this one.Methods in com.blackrook.archetext with parameters of type ArcheTextValue Modifier and Type Method Description abstract ArcheTextValueCombinator. combine(ArcheTextValue operand, ArcheTextValue source)Combines two values.ArcheTextValueArcheTextValue. combineWith(Combinator combinator, ArcheTextValue source)Combines this value with another and returns the result.booleanArcheTextValue. equals(ArcheTextValue other)Equality test. 
 -