Uses of Class
org.pipservices3.expressions.tokenizers.generic.SymbolNode
Packages that use SymbolNode
-
Uses of SymbolNode in org.pipservices3.expressions.tokenizers.generic
Subclasses of SymbolNode in org.pipservices3.expressions.tokenizers.genericModifier and TypeClassDescriptionclassThis class is a special case of aSymbolNode.Methods in org.pipservices3.expressions.tokenizers.generic that return SymbolNodeModifier and TypeMethodDescriptionSymbolNode.deepestRead(IScanner scanner) Find the descendant that takes as many characters as possible from the input.SymbolNode.ensureChildWithChar(int value) Find or create a child for the given character.SymbolNode.findChildWithChar(int value) Find a child with the given character.SymbolNode.unreadToValid(IScanner scanner) Unwind to a valid node; this node is "valid" if its ancestry represents a complete symbol.Constructors in org.pipservices3.expressions.tokenizers.generic with parameters of type SymbolNodeModifierConstructorDescriptionSymbolNode(SymbolNode parent, int character) Constructs a SymbolNode with the given parent, representing the given character.