Web Site
A B C D E F G H I J L M N O P Q R S T U V W Z

M

MAGIC_INTEGER - Static variable in class org.codehaus.janino.Scanner
This value represents the "magic" literal "2147483648" which is only allowed in a negated context.
MAGIC_LONG - Static variable in class org.codehaus.janino.Scanner
This value represents the "magic" literal "9223372036854775808L" which is only allowed in a negated context.
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
 
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
 
MapResourceCreator - class org.codehaus.janino.util.resource.MapResourceCreator.
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 org.codehaus.janino.util.resource.MapResourceFinder.
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
 
MethodDescriptor - class org.codehaus.janino.MethodDescriptor.
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.
Mod - class org.codehaus.janino.Mod.
This class defines constants and convenience methods for the handling of modifiers as defined by the JVM.
MultiDimensionalIterator - class org.codehaus.janino.util.iterator.MultiDimensionalIterator.
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 - class org.codehaus.janino.util.MultiIterator.
An Iterator that traverses a Collection of Iterators.
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.
MultiResourceFinder - class org.codehaus.janino.util.resource.MultiResourceFinder.
A ResourceFinder that finds its resources through a collection of other ResourceFinders.
MultiResourceFinder(Collection) - Constructor for class org.codehaus.janino.util.resource.MultiResourceFinder
 
main(String[]) - Static method in class org.codehaus.janino.AstGeneratorVisitor
 
main(String[]) - Static method in class org.codehaus.janino.Compiler
Command line interface.
main(String[]) - Static method in class org.codehaus.janino.JavaSourceClassLoader
Read JavaTM 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 args.
main(String[]) - Static method in class org.codehaus.janino.SimpleCompiler
 
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.
main(String[]) - Static method in class org.codehaus.janino.samples.ClassBodyDemo
 
main(String[]) - Static method in class org.codehaus.janino.samples.DeclarationCounter
 
main(String[]) - Static method in class org.codehaus.janino.samples.ExpressionDemo
 
main(String[]) - Static method in class org.codehaus.janino.samples.ScriptDemo
 
main(String[]) - Static method in class org.codehaus.janino.samples.ShippingCost
 
main(String[]) - Static method in class org.codehaus.janino.tools.Disassembler
Usage:
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.
makeBlock(int, Scanner) - Method in class org.codehaus.janino.ExpressionEvaluator
 
makeBlock(int, Scanner) - Method in class org.codehaus.janino.ScriptEvaluator
Fill the given block by parsing statements until EOF and adding them to the block.
makeCompilationUnit(Scanner) - Method in class org.codehaus.janino.ClassBodyEvaluator
Create a Java.CompilationUnit, set the default imports, and parse the import declarations.
makeMethodDeclaration(Location, boolean, Class, String, Class[], String[], Class[], Java.Block) - 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
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
Match a given text against an array of StringPatterns (which was typically created by StringPattern.parseCombinedPattern(String).
methodInfos - Variable in class org.codehaus.janino.util.ClassFile
 
methodName - Variable in class org.codehaus.janino.Java.MethodInvocation
 
methodName - Variable in class org.codehaus.janino.Java.SuperclassMethodInvocation
 
mhs - Variable in class org.codehaus.janino.Java.ConditionalExpression
 
modifiers - Variable in class org.codehaus.janino.Java.AbstractTypeDeclaration
 
modifiers - Variable in class org.codehaus.janino.Java.FieldDeclaration
 
modifiers - Variable in class org.codehaus.janino.Java.FunctionDeclarator
 
modifiers - Variable in class org.codehaus.janino.Java.LocalVariableDeclarationStatement
 

Web Site
A B C D E F G H I J L M N O P Q R S T U V W Z