Uses of Class
com.github.curiousoddman.rgxgen.nodes.Node
-
Packages that use Node Package Description com.github.curiousoddman.rgxgen.nodes com.github.curiousoddman.rgxgen.parsing com.github.curiousoddman.rgxgen.parsing.dflt com.github.curiousoddman.rgxgen.visitors -
-
Uses of Node in com.github.curiousoddman.rgxgen.nodes
Subclasses of Node in com.github.curiousoddman.rgxgen.nodes Modifier and Type Class Description classChoiceclassFinalSymbolclassGroupclassGroupRefclassNotSymbolclassRepeatclassSequenceclassSymbolSetGenerate Any printable character.Methods in com.github.curiousoddman.rgxgen.nodes that return Node Modifier and Type Method Description NodeGroup. getNode()NodeNotSymbol. getNode()NodeRepeat. getNode()Node[]Choice. getNodes()Node[]Sequence. getNodes()Methods in com.github.curiousoddman.rgxgen.nodes with parameters of type Node Modifier and Type Method Description static RepeatRepeat. minimum(String pattern, Node node, int times)Constructors in com.github.curiousoddman.rgxgen.nodes with parameters of type Node Constructor Description Choice(String pattern, Node... nodes)Group(String pattern, int index, Node node)NotSymbol(String pattern, Node node)Repeat(String pattern, Node node, int times)Repeat(String pattern, Node node, int min, int max)Sequence(String pattern, Node... nodes) -
Uses of Node in com.github.curiousoddman.rgxgen.parsing
Methods in com.github.curiousoddman.rgxgen.parsing that return Node Modifier and Type Method Description NodeNodeTreeBuilder. get() -
Uses of Node in com.github.curiousoddman.rgxgen.parsing.dflt
Methods in com.github.curiousoddman.rgxgen.parsing.dflt that return Node Modifier and Type Method Description NodeDefaultTreeBuilder. get() -
Uses of Node in com.github.curiousoddman.rgxgen.visitors
Constructors in com.github.curiousoddman.rgxgen.visitors with parameters of type Node Constructor Description UniqueValuesCountingVisitor(Node parentNode, RgxGenProperties properties)
-