Index

A B C D F G H J K L M N O P Q S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

N

name - Variable in class com.github.tadukoo.parsing.fileformat.FileFormat
The name of this file format
name - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
The name of the Node for identification purposes
name - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode
The name of the Node - used to distinguish in parent/child/sibling requirements
name(String) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Sets the name to use for the FormatNode.
nextSibling - Variable in class com.github.tadukoo.parsing.fileformat.Node
The next sibling Node to this one
nextSibling - Variable in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
The next sibling Node to this one
nextSibling - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
The expected next sibling for the Node
nextSibling - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
The expected next sibling for the Node
nextSibling(Node) - Method in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
 
nextSibling(Node) - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets the expected next sibling for the Node being checked
nextSiblingName(String) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Adds the given string to the list of allowed names for next sibling Nodes.
nextSiblingNames - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Names of allowed next sibling Nodes
nextSiblingNames - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode
Names of allowed next siblings of the Node
nextSiblingNames(List<String>) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Sets the allowed names for next sibling Nodes.
nextSiblingNamesCheck() - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Initializes the nextSiblingNames list to an empty ArrayList if it's null
nextValueChar - Static variable in class com.github.tadukoo.parsing.json.JSONConverter
Character used to signify there's another value after it - comma - ,
node - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
The Node to be checked
node - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
The Node to be checked
node(Node) - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets the Node to be checked
Node - Class in com.github.tadukoo.parsing.fileformat
A Node is a single line of text in a full file under the TadFileFormat.
Node(String, String, int, Node, Node, Node, Node) - Constructor for class com.github.tadukoo.parsing.fileformat.Node
Create a Node using all of the information to be stored in it.
Node.NodeBuilder - Class in com.github.tadukoo.parsing.fileformat
Node Builder is used to build a Node.
NodeBuilder() - Constructor for class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
Can't create NodeBuilder outside of Node
NodeVerificationCriteria - Class in com.github.tadukoo.parsing.fileformat
Criteria object used for verifying a Node.
NodeVerificationCriteria(EasyLogger, String, Node, FormatNode, boolean, boolean, boolean, boolean, Node, Node, Node, Node) - Constructor for class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
Creates a new NodeVerificationCriteria object with the given parameters
NodeVerificationCriteria.NodeVerificationCriteriaBuilder - Class in com.github.tadukoo.parsing.fileformat
Node Verification Criteria Builder is a builder for NodeVerificationCriteria.
NodeVerificationCriteriaBuilder() - Constructor for class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Not allowed to create this outside of FormatNodeVerification
NULL_NODE - Static variable in class com.github.tadukoo.parsing.fileformat.FormatNode
The text used to signify a null (e.g.
nullableBooleanFormat - Static variable in interface com.github.tadukoo.parsing.CommonPatterns
Pattern to match a Boolean (true, false, or null)
nullChild - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Whether to check that the child is null or not
nullChild - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
Whether to check that the child is null or not
nullChild() - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets to check that the child is null
nullChildName() - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Adds null to the allowed names for child Nodes.
nullFormat - Static variable in interface com.github.tadukoo.parsing.CommonPatterns
Pattern to match null (literally just the word null lol)
nullFormatMatcher - Variable in class com.github.tadukoo.parsing.json.JSONConverter
nullNextSibling - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Whether to check that the next sibling is null or not
nullNextSibling - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
Whether to check that the next sibling is null or not
nullNextSibling() - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets to check that the next sibling is null
nullNextSiblingName() - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Adds null to the allowed names for next sibling Nodes.
nullParent - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Whether to check that the parent is null or not
nullParent - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
Whether to check that the parent is null or not
nullParent() - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets to check that the parent is null
nullParentName() - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Adds null to the allowed names for parent Nodes.
nullPrevSibling - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Whether to check that the previous sibling is null or not
nullPrevSibling - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
Whether to check that the previous sibling is null or not
nullPrevSibling() - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets to check that the previous sibling is null
nullPrevSiblingName() - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Adds null to the allowed names for previous sibling Nodes.
numberFormat - Static variable in interface com.github.tadukoo.parsing.CommonPatterns
Pattern to match a number (e.g.
numberFormatMatcher - Variable in class com.github.tadukoo.parsing.json.JSONConverter
A B C D F G H J K L M N O P Q S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form