Uses of Interface
de.grogra.xl.lang.CharConsumer
Packages that use CharConsumer
Package
Description
-
Uses of CharConsumer in de.grogra.rgg
Methods in de.grogra.rgg with parameters of type CharConsumerModifier and TypeMethodDescriptionvoidCharSynth.evaluateChar(CharConsumer cons) This generator method yields the values of the synthesized attribute for every descendant ofobject.voidCharSynth.values(CharConsumer cons) This method is an alias forCharSynth.evaluateChar(de.grogra.xl.lang.CharConsumer). -
Uses of CharConsumer in de.grogra.xl.lang
Methods in de.grogra.xl.lang with parameters of type CharConsumerModifier and TypeMethodDescriptionvoidBooleanToCharGenerator.evaluateChar(CharConsumer cons, boolean x) Generates the sequence of values for parameterx.voidByteToCharGenerator.evaluateChar(CharConsumer cons, byte x) Generates the sequence of values for parameterx.voidCharToCharGenerator.evaluateChar(CharConsumer cons, char x) Generates the sequence of values for parameterx.voidDoubleToCharGenerator.evaluateChar(CharConsumer cons, double x) Generates the sequence of values for parameterx.voidFloatToCharGenerator.evaluateChar(CharConsumer cons, float x) Generates the sequence of values for parameterx.voidIntToCharGenerator.evaluateChar(CharConsumer cons, int x) Generates the sequence of values for parameterx.voidLongToCharGenerator.evaluateChar(CharConsumer cons, long x) Generates the sequence of values for parameterx.voidObjectToCharGenerator.evaluateChar(CharConsumer cons, K x) Generates the sequence of values for parameterx.voidShortToCharGenerator.evaluateChar(CharConsumer cons, short x) Generates the sequence of values for parameterx.voidVoidToCharGenerator.evaluateChar(CharConsumer cons) Generates the sequence of values. -
Uses of CharConsumer in de.grogra.xl.query
Methods in de.grogra.xl.query with parameters of type CharConsumerModifier and TypeMethodDescriptionvoidQuery.findCharMatches(CharConsumer cons, Frame frame, QueryState qs) -
Uses of CharConsumer in de.grogra.xl.util
Classes in de.grogra.xl.util that implement CharConsumerMethods in de.grogra.xl.util with parameters of type CharConsumerModifier and TypeMethodDescriptionvoidCharList.evaluateChar(CharConsumer cons) This generator method yields all values tocons.voidCharList.values(CharConsumer cons) This method is an alias forCharList.evaluateChar(de.grogra.xl.lang.CharConsumer). -
Uses of CharConsumer in de.grogra.xl.vmx
Classes in de.grogra.xl.vmx that implement CharConsumerModifier and TypeClassDescriptionfinal classA descriptor for a later invocation of a routine in a given frame context.