Uses of Class
com.blackrook.archetext.Combinator
- 
Packages that use Combinator Package Description com.blackrook.archetext Contains the main classes for ArcheText object generation. - 
- 
Uses of Combinator in com.blackrook.archetext
Methods in com.blackrook.archetext that return Combinator Modifier and Type Method Description static CombinatorCombinator. valueOf(String name)Returns the enum constant of this type with the specified name.static Combinator[]Combinator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackrook.archetext with parameters of type Combinator Modifier and Type Method Description ArcheTextValueArcheTextValue. combineWith(Combinator combinator, ArcheTextValue source)Combines this value with another and returns the result.voidArcheTextObject. set(String name, Combinator combinator, Object value)Sets the value of a field. 
 -