- 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
-
- makeMethodDeclaration(Location, Java.Annotation[], boolean, Class, String, Class[], String[], Class[], List) - 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
-
Fill 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) - 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) - Constructor for class org.codehaus.janino.util.resource.MapResourceFinder
-
- MarkerAnnotation(Java.Type) - Constructor for class org.codehaus.janino.Java.MarkerAnnotation
-
- 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 ?
in the pattern matches exactly one character in the text
Any other character in the pattern must appear exactly as it is in the text
Notice: The mode
flag of the current instance does not take any effect here.
- matches(StringPattern[], String) - Static method in class org.codehaus.janino.util.StringPattern
-
- MemberClassDeclaration(Location, String, Java.ModifiersAndAnnotations, String, Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.MemberClassDeclaration
-
- MemberInterfaceDeclaration(Location, String, Java.ModifiersAndAnnotations, String, Java.Type[]) - Constructor for class org.codehaus.janino.Java.MemberInterfaceDeclaration
-
- MethodDeclarator(Location, String, Java.ModifiersAndAnnotations, Java.Type, String, Java.FunctionDeclarator.FormalParameter[], Java.Type[], List) - Constructor for class org.codehaus.janino.Java.MethodDeclarator
-
- 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.
- MethodInfo(short, short, short, List) - Constructor for class org.codehaus.janino.util.ClassFile.MethodInfo
-
Initialize the "method_info" structure.
- methodInfos - Variable in class org.codehaus.janino.util.ClassFile
-
- MethodInvocation(Location, Java.Atom, String, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.MethodInvocation
-
- methodName - Variable in class org.codehaus.janino.Java.Invocation
-
- mhs - Variable in class org.codehaus.janino.Java.ConditionalExpression
-
- 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.ModifiersAndAnnotations
-
- modifiersAndAnnotations - Variable in class org.codehaus.janino.Java.FieldDeclaration
-
- modifiersAndAnnotations - Variable in class org.codehaus.janino.Java.FunctionDeclarator
-
- modifiersAndAnnotations - Variable in class org.codehaus.janino.Java.LocalVariableDeclarationStatement
-
- ModifiersAndAnnotations() - Constructor for class org.codehaus.janino.Java.ModifiersAndAnnotations
-
- ModifiersAndAnnotations(short) - Constructor for class org.codehaus.janino.Java.ModifiersAndAnnotations
-
- ModifiersAndAnnotations(short, Java.Annotation[]) - Constructor for class org.codehaus.janino.Java.ModifiersAndAnnotations
-
- MultiDimensionalIterator - Class in org.codehaus.janino.util.iterator
-
An Iterator
that iterates over a delegate, which produces
arrays, Collection
s, Enumeration
s or
Iterator
s.
- MultiDimensionalIterator(Iterator, int) - Constructor for class org.codehaus.janino.util.iterator.MultiDimensionalIterator
-
- MultiIterator - Class in org.codehaus.janino.util
-
An Iterator
that traverses a Collection
of
Iterator
s.
- MultiIterator(Iterator[]) - Constructor for class org.codehaus.janino.util.MultiIterator
-
- MultiIterator(Collection[]) - 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) - Constructor for class org.codehaus.janino.util.MultiIterator
-
Iterates over the given Collection
, prepended with the given Object
.
- MultiIterator(Collection, Object) - Constructor for class org.codehaus.janino.util.MultiIterator
-
Iterates over the given Collection
, appended with the given Object
.
- MultiIterator(Object, Iterator) - Constructor for class org.codehaus.janino.util.MultiIterator
-
Iterates over the given Iterator
, prepended with the given prefix
.
- MultiIterator(Iterator, 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
-
- MultiResourceFinder(Collection) - Constructor for class org.codehaus.janino.util.resource.MultiResourceFinder
-