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

M

main(String[]) - Static method in class org.codehaus.commons.compiler.AbstractJavaSourceClassLoader
Read Java™ source code for a given class name, scan, parse, compile and load it into the virtual machine, and invoke its "main()" method with the given arguments.
main(String[]) - Static method in class org.codehaus.janino.Compiler
Command line interface.
main(String[]) - Static method in class org.codehaus.janino.samples.DeclarationCounter
 
main(String[]) - Static method in class org.codehaus.janino.SimpleCompiler
 
main(String[]) - Static method in class org.codehaus.janino.tools.HprofScrubber
 
main(String[]) - Static method in class org.codehaus.janino.tools.JGrep
Command line interface.
main(String[]) - Static method in class org.codehaus.janino.UnicodeUnescapeReader
Simple unit testing.
main(String[]) - Static method in class org.codehaus.janino.UnparseVisitor
Testing of parsing/unparsing.
MAJOR_VERSION_JDK_1_1 - Static variable in class org.codehaus.janino.util.ClassFile
 
MAJOR_VERSION_JDK_1_2 - Static variable in class org.codehaus.janino.util.ClassFile
 
MAJOR_VERSION_JDK_1_3 - Static variable in class org.codehaus.janino.util.ClassFile
 
MAJOR_VERSION_JDK_1_4 - Static variable in class org.codehaus.janino.util.ClassFile
 
MAJOR_VERSION_JDK_1_5 - Static variable in class org.codehaus.janino.util.ClassFile
 
makeCompilationUnit(Parser) - Method in class org.codehaus.janino.ClassBodyEvaluator
Create a Java.CompilationUnit, set the default imports, and parse the import declarations.
makeMethodDeclaration(Location, Java.Annotation[], boolean, Class, String, Class[], String[], Class[], List<Java.BlockStatement>) - Method in class org.codehaus.janino.ScriptEvaluator
To the given Java.ClassDeclaration, add A public method declaration with the given return type, name, parameter names and values and thrown exceptions A block
makeSpace(short, int) - Method in class org.codehaus.janino.CodeContext
Add space for size bytes at current offset.
makeStatements(int, Parser) - Method in class org.codehaus.janino.ExpressionEvaluator
 
makeStatements(int, Parser) - Method in class org.codehaus.janino.ScriptEvaluator
Fills the given block by parsing statements until EOF and adding them to the block.
MapResourceCreator - Class in org.codehaus.janino.util.resource
Creates resources as byte arrays in a delegate Map.
MapResourceCreator() - Constructor for class org.codehaus.janino.util.resource.MapResourceCreator
Auto-create the delegate Map.
MapResourceCreator(Map<String, byte[]>) - Constructor for class org.codehaus.janino.util.resource.MapResourceCreator
 
MapResourceFinder - Class in org.codehaus.janino.util.resource
A ResourceFinder that provides access to resource stored as byte arrays in a Map.
MapResourceFinder(Map<String, byte[]>) - Constructor for class org.codehaus.janino.util.resource.MapResourceFinder
 
matches(String) - Method in class org.codehaus.janino.util.StringPattern
Match the given text against the pattern represented by the current instance, as follows: A * in the pattern matches any sequence of zero or more characters in the text A ?
matches(StringPattern[], String) - Static method in class org.codehaus.janino.util.StringPattern
Match a given text against an array of StringPatterns (which was typically created by StringPattern.parseCombinedPattern(String).
METH_java_lang_Iterable__iterator - Variable in class org.codehaus.janino.IClassLoader
Representation of the Iterable.iterator() method.
METH_java_lang_String__concat__java_lang_String - Variable in class org.codehaus.janino.IClassLoader
Representation of the String.concat(String) method.
METH_java_lang_String__valueOf__boolean - Variable in class org.codehaus.janino.IClassLoader
Representation of the String.valueOf(boolean) method.
METH_java_lang_String__valueOf__char - Variable in class org.codehaus.janino.IClassLoader
Representation of the String.valueOf(char) method.
METH_java_lang_String__valueOf__double - Variable in class org.codehaus.janino.IClassLoader
Representation of the String.valueOf(double) method.
METH_java_lang_String__valueOf__float - Variable in class org.codehaus.janino.IClassLoader
Representation of the String.valueOf(float) method.
METH_java_lang_String__valueOf__int - Variable in class org.codehaus.janino.IClassLoader
Representation of the String.valueOf(int) method.
METH_java_lang_String__valueOf__java_lang_Object - Variable in class org.codehaus.janino.IClassLoader
Representation of the String.valueOf(Object) method.
METH_java_lang_String__valueOf__long - Variable in class org.codehaus.janino.IClassLoader
Representation of the String.valueOf(long) method.
METH_java_lang_StringBuilder__append__java_lang_String - Variable in class org.codehaus.janino.IClassLoader
Representation of the StringBuilder.append(String) method.
METH_java_lang_StringBuilder__toString - Variable in class org.codehaus.janino.IClassLoader
Representation of the StringBuilder.toString() method.
METH_java_util_Iterator__hasNext - Variable in class org.codehaus.janino.IClassLoader
Representation of the Iterator.hasNext() method.
METH_java_util_Iterator__next - Variable in class org.codehaus.janino.IClassLoader
Representation of the Iterator.next() method.
MethodDescriptor - Class in org.codehaus.janino
Representation of a "method descriptor" (JVMS 4.3.3).
MethodDescriptor(String[], String) - Constructor for class org.codehaus.janino.MethodDescriptor
 
MethodDescriptor(String) - Constructor for class org.codehaus.janino.MethodDescriptor
Parse a method descriptor into parameter FDs and return FDs.
methodInfos - Variable in class org.codehaus.janino.util.ClassFile
The ClassFile.MethodInfos of the methods of this class or interface.
methodName - Variable in class org.codehaus.janino.Java.Invocation
name of the invoked method.
mhs - Variable in class org.codehaus.janino.Java.ConditionalExpression
Middle-hand side of this conditional operation.
MINOR_VERSION_JDK_1_1 - Static variable in class org.codehaus.janino.util.ClassFile
 
MINOR_VERSION_JDK_1_2 - Static variable in class org.codehaus.janino.util.ClassFile
 
MINOR_VERSION_JDK_1_3 - Static variable in class org.codehaus.janino.util.ClassFile
 
MINOR_VERSION_JDK_1_4 - Static variable in class org.codehaus.janino.util.ClassFile
 
MINOR_VERSION_JDK_1_5 - Static variable in class org.codehaus.janino.util.ClassFile
 
Mod - Class in org.codehaus.janino
This class defines constants and convenience methods for the handling of modifiers as defined by the JVM.
modifiers - Variable in class org.codehaus.janino.Java.FieldDeclaration
The modifiers of this field declaration.
modifiers - Variable in class org.codehaus.janino.Java.FunctionDeclarator
The Java.Modifiers of this declarator.
modifiers - Variable in class org.codehaus.janino.Java.LocalVariableDeclarationStatement
The local variable modifiers (annotations and/or flags like FINAL).
MultiDimensionalIterator - Class in org.codehaus.janino.util.iterator
An Iterator that iterates over a delegate, which produces arrays, Collections, Enumerations or Iterators.
MultiDimensionalIterator(Iterator, int) - Constructor for class org.codehaus.janino.util.iterator.MultiDimensionalIterator
 
MultiIterator<T> - Class in org.codehaus.janino.util
An Iterator that traverses a Collection of Iterators.
MultiIterator(Iterator<T>[]) - Constructor for class org.codehaus.janino.util.MultiIterator
 
MultiIterator(Collection<T>[]) - Constructor for class org.codehaus.janino.util.MultiIterator
 
MultiIterator(Object[][]) - Constructor for class org.codehaus.janino.util.MultiIterator
 
MultiIterator(Collection<?>) - Constructor for class org.codehaus.janino.util.MultiIterator
 
MultiIterator(Iterator<?>) - Constructor for class org.codehaus.janino.util.MultiIterator
 
MultiIterator(Object[]) - Constructor for class org.codehaus.janino.util.MultiIterator
 
MultiIterator(Object, Collection<T>) - Constructor for class org.codehaus.janino.util.MultiIterator
Iterates over the given Collection, prepended with the given Object.
MultiIterator(Collection<T>, Object) - Constructor for class org.codehaus.janino.util.MultiIterator
Iterates over the given Collection, appended with the given Object.
MultiIterator(Object, Iterator<T>) - Constructor for class org.codehaus.janino.util.MultiIterator
Iterates over the given Iterator, prepended with the given prefix.
MultiIterator(Iterator<T>, Object) - Constructor for class org.codehaus.janino.util.MultiIterator
Iterates over the given Iterator, appended with the given suffix.
MultiReader - Class in org.codehaus.commons.io
Similar to FilterReader, but when the first delegate is at end-of-input, it continues with reading from the next delegate.
MultiReader(List<Reader>) - Constructor for class org.codehaus.commons.io.MultiReader
 
MultiReader(Reader[]) - Constructor for class org.codehaus.commons.io.MultiReader
 
MultiResourceFinder - Class in org.codehaus.janino.util.resource
A ResourceFinder that finds its resources through a collection of other ResourceFinders.
MultiResourceFinder(Collection<ResourceFinder>) - Constructor for class org.codehaus.janino.util.resource.MultiResourceFinder
 

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