Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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) - 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 aMap
. - 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 thetext
A?
in the pattern matches exactly one character in thetext
Any other character in the pattern must appear exactly as it is in thetext
Notice: Themode
flag of the current instance does not take any effect here. - matches(StringPattern[], String) - Static method in class org.codehaus.janino.util.StringPattern
-
Match a given
text
against an array ofStringPattern
s (which was typically created byStringPattern.parseCombinedPattern(String)
. - 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) - Constructor for class org.codehaus.janino.MethodDescriptor
-
Parse a method descriptor into parameter FDs and return FDs.
- MethodDescriptor(String[], String) - Constructor for class org.codehaus.janino.MethodDescriptor
- 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 orIterator
s. - MultiDimensionalIterator(Iterator, int) - Constructor for class org.codehaus.janino.util.iterator.MultiDimensionalIterator
- MultiIterator - Class in org.codehaus.janino.util
- MultiIterator(Object[]) - 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 givenObject
. - MultiIterator(Object, Iterator) - Constructor for class org.codehaus.janino.util.MultiIterator
-
Iterates over the given
Iterator
, prepended with the givenprefix
. - MultiIterator(Collection) - Constructor for class org.codehaus.janino.util.MultiIterator
- MultiIterator(Collection[]) - Constructor for class org.codehaus.janino.util.MultiIterator
- MultiIterator(Collection, Object) - Constructor for class org.codehaus.janino.util.MultiIterator
-
Iterates over the given
Collection
, appended with the givenObject
. - MultiIterator(Iterator) - Constructor for class org.codehaus.janino.util.MultiIterator
- MultiIterator(Iterator[]) - Constructor for class org.codehaus.janino.util.MultiIterator
- MultiIterator(Iterator, Object) - Constructor for class org.codehaus.janino.util.MultiIterator
-
Iterates over the given
Iterator
, appended with the givensuffix
. - 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(Reader[]) - Constructor for class org.codehaus.commons.io.MultiReader
- MultiReader(List<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 otherResourceFinder
s. - MultiResourceFinder(Collection) - Constructor for class org.codehaus.janino.util.resource.MultiResourceFinder
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form