A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
unexpectedToken — Property in class org.antlr.runtime.UnwantedTokenException
unexpectedType — Property in class org.antlr.runtime.RecognitionException
Return the token type or char of the unexpected input element
uniqueNavigationNodes — Property in class org.antlr.runtime.tree.CommonTreeNodeStream
Reuse same DOWN, UP navigation nodes unless this is true
uniqueNodeID — Property in class org.antlr.runtime.tree.BaseTreeAdaptor
unpackEncodedString(encodedString, unsigned) — 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}.
UnwantedTokenException — Class in package org.antlr.runtime
UnwantedTokenException(expecting, input:org.antlr.runtime:IntStream) — Constructor in class org.antlr.runtime.UnwantedTokenException
up — Property in class org.antlr.runtime.tree.CommonTreeNodeStream
UP — Constant static property in class org.antlr.runtime.TokenConstants
imaginary tree navigation type; finish with a child list
UP — Constant static property in class org.antlr.runtime.tree.TreeParser
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z