Uses of Interface
de.grogra.xl.lang.ObjectToObjectGenerator
-
Uses of ObjectToObjectGenerator in de.grogra.rgg
Modifier and TypeMethodDescriptionstatic <T> boolean
Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToBoolean<BooleanSynth<? super T>> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.static <T> byte
Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToByte<ByteSynth<? super T>> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.static <T> char
Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToChar<CharSynth<? super T>> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.static <T> double
Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToDouble<DoubleSynth<? super T>> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.static <T> float
Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToFloat<FloatSynth<? super T>> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.static <T> int
Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToInt<IntSynth<? super T>> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.static <T> long
Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToLong<LongSynth<? super T>> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.static <T,
V> V Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToObject<ObjectSynth<? super T, ? super V>, ? extends V> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure.static <T> short
Library.synthesize
(T root, ObjectToObjectGenerator<? super T, ? extends T> generator, ObjectToShort<ShortSynth<? super T>> synth) This method can be used to compute the values of a synthesized attribute for every node of a tree-like structure. -
Uses of ObjectToObjectGenerator in de.grogra.xl.impl.base