A B C D E F G H I L M N O P R S T U V W _

U

UnBufferedTreeNodeStream - Class in org.antlr.runtime.tree
A stream of tree nodes, accessing nodes from a tree of ANY kind.
UnBufferedTreeNodeStream(Object) - Constructor for class org.antlr.runtime.tree.UnBufferedTreeNodeStream
 
UnBufferedTreeNodeStream(TreeAdaptor, Object) - Constructor for class org.antlr.runtime.tree.UnBufferedTreeNodeStream
 
UnBufferedTreeNodeStream.TreeWalkState - Class in org.antlr.runtime.tree
When walking ahead with cyclic DFA or for syntactic predicates, we need to record the state of the tree node stream.
UnBufferedTreeNodeStream.TreeWalkState() - Constructor for class org.antlr.runtime.tree.UnBufferedTreeNodeStream.TreeWalkState
 
unEscapeNewlines(String) - Method in class org.antlr.runtime.debug.RemoteDebugEventSocketListener
 
uniqueNavigationNodes - Variable in class org.antlr.runtime.tree.CommonTreeNodeStream
Reuse same DOWN, UP navigation nodes unless this is true
uniqueNavigationNodes - Variable in class org.antlr.runtime.tree.UnBufferedTreeNodeStream
Reuse same DOWN, UP navigation nodes unless this is true
unpackEncodedString(String) - Static method in class org.antlr.runtime.DFA
Given a String that has a run-length-encoding of some unsigned shorts like "\1\2\3\9", convert to short[] {2,9,9,9}.
unpackEncodedStringToUnsignedChars(String) - Static method in class org.antlr.runtime.DFA
Hideous duplication of code, but I need different typed arrays out :(
UP - Static variable in interface org.antlr.runtime.Token
imaginary tree navigation type; finish with a child list
up - Variable in class org.antlr.runtime.tree.CommonTreeNodeStream
 
UP - Static variable in class org.antlr.runtime.tree.TreeParser
 
up - Variable in class org.antlr.runtime.tree.UnBufferedTreeNodeStream
 

A B C D E F G H I L M N O P R S T U V W _