Uses of Enum Class
com.blackrook.archetext.Combinator
Packages that use Combinator
Package
Description
Contains the main classes for ArcheText object generation.
-
Uses of Combinator in com.blackrook.archetext
Subclasses with type arguments of type Combinator in com.blackrook.archetextMethods in com.blackrook.archetext that return CombinatorModifier and TypeMethodDescriptionstatic CombinatorReturns the enum constant of this class with the specified name.static Combinator[]Combinator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blackrook.archetext with parameters of type CombinatorModifier and TypeMethodDescriptionArcheTextValue.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.