Uses of Class
com.github.curiousoddman.rgxgen.config.RgxGenProperties
Packages that use RgxGenProperties
Package
Description
-
Uses of RgxGenProperties in com.github.curiousoddman.rgxgen
Methods in com.github.curiousoddman.rgxgen with parameters of type RgxGenPropertiesModifier and TypeMethodDescriptionstatic RgxGenRgxGen.parse(RgxGenProperties rgxGenProperties, String pattern) Set properties to be used in parsing and generation.RgxGenBuilder.withProps(RgxGenProperties properties) -
Uses of RgxGenProperties in com.github.curiousoddman.rgxgen.config
Methods in com.github.curiousoddman.rgxgen.config with parameters of type RgxGenPropertiesModifier and TypeMethodDescriptionRgxGenOption.getFromProperties(RgxGenProperties properties) Get value from the properties object.RgxGenOption.getFromPropertiesOrDefault(RgxGenProperties properties) Get value from the properties object.voidRgxGenOption.setInProperties(RgxGenProperties properties, T value) Associatesvaluefor this option in the properties -
Uses of RgxGenProperties in com.github.curiousoddman.rgxgen.nodes
Methods in com.github.curiousoddman.rgxgen.nodes with parameters of type RgxGenPropertiesModifier and TypeMethodDescriptionstatic SymbolSetSymbolSet.ofDotPattern(RgxGenProperties properties) -
Uses of RgxGenProperties in com.github.curiousoddman.rgxgen.parsing
Methods in com.github.curiousoddman.rgxgen.parsing with parameters of type RgxGenProperties -
Uses of RgxGenProperties in com.github.curiousoddman.rgxgen.parsing.dflt
Methods in com.github.curiousoddman.rgxgen.parsing.dflt with parameters of type RgxGenPropertiesModifier and TypeMethodDescriptionDefaultNodeCreator.dotPatternSymbolSet(RgxGenProperties properties) Constructors in com.github.curiousoddman.rgxgen.parsing.dflt with parameters of type RgxGenPropertiesModifierConstructorDescriptionDefaultTreeBuilder(String expr, NodeCreator nodeCreator, RgxGenProperties properties) Default implementation of parser and NodeTreeBuilder. -
Uses of RgxGenProperties in com.github.curiousoddman.rgxgen.visitors
Fields in com.github.curiousoddman.rgxgen.visitors declared as RgxGenPropertiesMethods in com.github.curiousoddman.rgxgen.visitors with parameters of type RgxGenPropertiesModifier and TypeMethodDescriptionGenerationVisitorBuilder.withProperties(RgxGenProperties properties) Constructors in com.github.curiousoddman.rgxgen.visitors with parameters of type RgxGenPropertiesModifierConstructorDescriptionprotectedGenerationVisitor(RandomGenerator random, Map<Integer, String> groupValues, RgxGenProperties properties) protectedGenerationVisitorCaseInsensitive(RandomGenerator random, Map<Integer, String> groupValues, RgxGenProperties properties) NotMatchingCaseInsensitiveGenerationVisitor(RandomGenerator random, Map<Integer, String> groupValues, RgxGenProperties properties) NotMatchingGenerationVisitor(RandomGenerator random, Map<Integer, String> groupValues, RgxGenProperties properties) NotMatchingGenerationVisitor(RandomGenerator random, Map<Integer, String> groupValues, RgxGenProperties properties, NodeCreator nodeCreator) UniqueGenerationVisitor(RgxGenProperties properties) UniqueGenerationVisitor(Map<Integer, List<ReferenceIterator>> referenceIteratorMap, Map<Integer, StringIterator> groupIterators, RgxGenProperties properties) UniqueValuesCountingVisitor(RgxGenProperties properties) UniqueValuesCountingVisitor(Node parentNode, RgxGenProperties properties)