Uses of Class
com.blackrook.archetext.ArcheTextValue
Packages that use ArcheTextValue
Package
Description
Contains the main classes for ArcheText object generation.
-
Uses of ArcheTextValue in com.blackrook.archetext
Fields in com.blackrook.archetext declared as ArcheTextValueMethods in com.blackrook.archetext that return ArcheTextValueModifier and TypeMethodDescriptionArcheTextValue.absolute()Returns the absolute value of this value, returning a new one.ArcheTextValue.bitwiseNot()Returns the bitwise "not" value of this value, returning a new one.abstract ArcheTextValueCombinator.combine(ArcheTextValue operand, ArcheTextValue source) Combines two values.ArcheTextValue.combineWith(Combinator combinator, ArcheTextValue source) Combines this value with another and returns the result.ArcheTextValue.copy()static <T> ArcheTextValueArcheTextValue.create(T object) Creates a new value.ArcheTextValue.negate()Negates the value of this value, returning a new one.ArcheTextValue.not()Returns the logical "not" value of this value, returning a new one.ArcheTextValue.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 ArcheTextValueModifier and TypeMethodDescriptionabstract ArcheTextValueCombinator.combine(ArcheTextValue operand, ArcheTextValue source) Combines two values.ArcheTextValue.combineWith(Combinator combinator, ArcheTextValue source) Combines this value with another and returns the result.booleanArcheTextValue.equals(ArcheTextValue other) Equality test.