janino.net
A B C D E F G H I J K L M N O P Q R S T U V W Z

R

reachable - Variable in class org.codehaus.janino.Java.CatchClause
Flag for catch clause reachability analysis.
read() - Method in class org.codehaus.commons.io.MultiReader
 
read(char[], int, int) - Method in class org.codehaus.commons.io.MultiReader
 
read() - Method in class org.codehaus.janino.Parser
 
read(String) - Method in class org.codehaus.janino.Parser
Verifies that the value of the next token equals expected, and consumes the token.
read(String[]) - Method in class org.codehaus.janino.Parser
Verifies that the value of the next token equals one of the expected, and consumes the token.
read() - Method in class org.codehaus.janino.UnicodeUnescapeReader
Override FilterReader.read().
read(char[], int, int) - Method in class org.codehaus.janino.UnicodeUnescapeReader
Overrides FilterReader.read(char[], int, int).
read() - Method in class org.codehaus.janino.util.TeeReader
 
read(char[], int, int) - Method in class org.codehaus.janino.util.TeeReader
 
readIdentifier() - Method in class org.codehaus.janino.Parser
 
readOperator() - Method in class org.codehaus.janino.Parser
 
readString(Reader) - Static method in class org.codehaus.commons.compiler.Cookable
Reads all characters from the given Reader into a String.
referenceType - Variable in class org.codehaus.janino.Java.Wildcard
The reference type of this wildcard's EXTENDS or SUPER bounds.
remove(int) - Method in class org.codehaus.janino.Java.Modifiers
 
remove() - Method in class org.codehaus.janino.util.iterator.EnumerationIterator
Since Enumerations don't support element removal, this method always throws an UnsupportedOperationException.
remove() - Method in class org.codehaus.janino.util.iterator.FilterIterator
 
remove() - Method in class org.codehaus.janino.util.iterator.FilterListIterator
Calls FilterListIterator.delegate.
remove() - Method in class org.codehaus.janino.util.iterator.MultiDimensionalIterator
 
remove() - Method in class org.codehaus.janino.util.iterator.ProducerIterator
 
remove() - Method in class org.codehaus.janino.util.iterator.TransformingIterator
 
remove() - Method in class org.codehaus.janino.util.iterator.TraversingIterator
 
remove() - Method in class org.codehaus.janino.util.MultiIterator
 
report(String) - Method in class org.codehaus.janino.util.Benchmark
Report the given message.
report(String, Object) - Method in class org.codehaus.janino.util.Benchmark
Report the title, a colon, a space, and the pretty-printed Object.
report(String) - Method in interface org.codehaus.janino.util.Benchmark.Reporter
Reports the given message.
resolveAllClasses() - Method in class org.codehaus.janino.ClassFileIClass
Resolves all classes referenced by this class file.
Resource - Interface in org.codehaus.janino.util.resource
A Resource is "something" that is typically found by a ResourceFinder, can be Resource.open()ed for reading, and optionally has a Resource.lastModified() property.
ResourceCreator - Interface in org.codehaus.janino.util.resource
Opens a resource, characterized by a name, for writing.
ResourceFinder - Class in org.codehaus.janino.util.resource
Finds a resource by name.
ResourceFinder() - Constructor for class org.codehaus.janino.util.resource.ResourceFinder
 
ResourceFinderClassLoader - Class in org.codehaus.janino.util
A ClassLoader that uses a ResourceFinder to find ".class" files.
ResourceFinderClassLoader(ResourceFinder, ClassLoader) - Constructor for class org.codehaus.janino.util.ResourceFinderClassLoader
 
ResourceFinderIClassLoader - Class in org.codehaus.janino
This IClassLoader loads IClasses through a a ResourceFinder that designates ClassFiles.
ResourceFinderIClassLoader(ResourceFinder, IClassLoader) - Constructor for class org.codehaus.janino.ResourceFinderIClassLoader
 
restoreLocalVariables() - Method in class org.codehaus.janino.CodeContext
Restore the previous size of the local variables array.
returnFd - Variable in class org.codehaus.janino.MethodDescriptor
The field descriptor of the method return value.
ReverseListIterator<T> - Class in org.codehaus.janino.util.iterator
A ListIterator that reverses the direction of all operations of a delegate ListIterator.
ReverseListIterator(ListIterator<T>) - Constructor for class org.codehaus.janino.util.iterator.ReverseListIterator
 
rhs - Variable in class org.codehaus.janino.Java.Assignment
The rvalue that is assigned.
rhs - Variable in class org.codehaus.janino.Java.BinaryOperation
The right hand side operand.
rhs - Variable in class org.codehaus.janino.Java.ConditionalExpression
Right-hand side of this conditional operation.
rhs - Variable in class org.codehaus.janino.Java.Instanceof
The type that the Java.Instanceof.lhs is checked against.
rvalue - Variable in class org.codehaus.janino.Java.ExpressionStatement
The rvalue that is evaluated when the statement is executed.
rvalue - Variable in class org.codehaus.janino.Java.RvalueMemberType
The expression that represents the outer instance required for the instantiation of the inner type.

janino.net
A B C D E F G H I J K L M N O P Q R S T U V W Z