Skip navigation links
Project home page
A B C D E F G H I J L M N O P Q R S T U V W Z 

U

UnaryOperation(Location, String, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.UnaryOperation
 
UnicodeUnescapeException - Exception in org.codehaus.janino
Represents a problem that occurred while unescaping a unicode escape sequence through a UnicodeUnescapeReader.
UnicodeUnescapeException(String) - Constructor for exception org.codehaus.janino.UnicodeUnescapeException
 
UnicodeUnescapeException(String, Throwable) - Constructor for exception org.codehaus.janino.UnicodeUnescapeException
 
UnicodeUnescapeReader - Class in org.codehaus.janino
A FilterReader that unescapes the "Unicode Escapes" as described in JLS7 3.10.6.
UnicodeUnescapeReader(Reader) - Constructor for class org.codehaus.janino.UnicodeUnescapeReader
 
UNINDENT - Static variable in class org.codehaus.janino.util.AutoIndentWriter
Special character that inserts a line break and unindents the following text by one position.
UnitCompiler - Class in org.codehaus.janino
This class actually implements the Java compiler.
UnitCompiler(Java.CompilationUnit, IClassLoader) - Constructor for class org.codehaus.janino.UnitCompiler
 
UnitCompiler.SimpleIField - Class in org.codehaus.janino
Short-hand implementation of IClass.IField that implements a non-constant, non-static, package-accessible field.
UniterableElementException - Exception in org.codehaus.janino.util.iterator
Thrown by MultiDimensionalIterator to indicate that it has encountered an element that cannot be iterated.
UniterableElementException() - Constructor for exception org.codehaus.janino.util.iterator.UniterableElementException
 
unparse(Java.CompilationUnit, Writer) - Static method in class org.codehaus.janino.Unparser
Unparses the given Java.CompilationUnit to the given Writer.
unparseAtom(Java.Atom) - Method in class org.codehaus.janino.Unparser
 
unparseBlockStatement(Java.BlockStatement) - Method in class org.codehaus.janino.Unparser
 
unparseCompilationUnit(Java.CompilationUnit) - Method in class org.codehaus.janino.Unparser
 
unparseImportDeclaration(Java.CompilationUnit.ImportDeclaration) - Method in class org.codehaus.janino.Unparser
 
Unparser - Class in org.codehaus.janino
Unparses (un-compiles) an AST to a Writer.
Unparser(Writer) - Constructor for class org.codehaus.janino.Unparser
 
unparseType(Java.Type) - Method in class org.codehaus.janino.Unparser
 
unparseTypeDeclaration(Java.TypeDeclaration) - Method in class org.codehaus.janino.Unparser
 
unrollLeftAssociation() - Method in class org.codehaus.janino.Java.BinaryOperation
Returns an Iterator over a left-to-right sequence of Java.Rvalues.
A B C D E F G H I J L M N O P Q R S T U V W Z 
Skip navigation links
Project home page