Uses of Class
org.pipservices3.expressions.tokenizers.generic.SymbolNode
-
Packages that use SymbolNode Package Description org.pipservices3.expressions.tokenizers.generic -
-
Uses of SymbolNode in org.pipservices3.expressions.tokenizers.generic
Subclasses of SymbolNode in org.pipservices3.expressions.tokenizers.generic Modifier and Type Class Description classSymbolRootNodeThis class is a special case of aSymbolNode.Methods in org.pipservices3.expressions.tokenizers.generic that return SymbolNode Modifier and Type Method Description SymbolNodeSymbolNode. deepestRead(IScanner scanner)Find the descendant that takes as many characters as possible from the input.SymbolNodeSymbolNode. ensureChildWithChar(int value)Find or create a child for the given character.SymbolNodeSymbolNode. findChildWithChar(int value)Find a child with the given character.SymbolNodeSymbolNode. 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 SymbolNode Constructor Description SymbolNode(SymbolNode parent, int character)Constructs a SymbolNode with the given parent, representing the given character.
-