|
janino.net | ||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
Java.CompilationUnit, set the default imports, and parse the import declarations.
Java.ClassDeclaration, add
A public method declaration with the given return type, name, parameter
names and values and thrown exceptions
A block
size bytes at current offset.
block by parsing statements until EOF and adding them to the block.
Map.Map.
ResourceFinder that provides access
to resource stored as byte arrays in a Map.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 | ||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||