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

E

elementValue - Variable in class org.codehaus.janino.Java.ElementValuePair
The element value.
elementValue - Variable in class org.codehaus.janino.Java.SingleElementAnnotation
The element value associated with this single-element annotation.
elementValuePairs - Variable in class org.codehaus.janino.Java.NormalAnnotation
The element-value-pairs associated with this annotation.
elementValues - Variable in class org.codehaus.janino.Java.ElementValueArrayInitializer
The element values in the body of the array initializer.
EMPTY_RESOURCE_FINDER - Static variable in class org.codehaus.janino.util.resource.ResourceFinder
This one's useful when a resource finder is required, but cannot be created for some reason.
end() - Method in class org.codehaus.janino.util.Benchmark
 
endReporting() - Method in class org.codehaus.janino.util.Benchmark
End a benchmark (see Benchmark.end()) and report the fact.
endReporting(String) - Method in class org.codehaus.janino.util.Benchmark
End a benchmark (see Benchmark.begin()) and report the fact.
ENUM - Static variable in class org.codehaus.janino.Mod
This flag is set on enumerated types (including nested enumerated types) and enumerated types' elements, and is mutually exclusive with Mod.INTERFACE.
EnumerationIterator<T> - Class in org.codehaus.janino.util.iterator
An Iterator that iterates over the elements of an Enumeration.
EnumerationIterator(Enumeration<T>) - Constructor for class org.codehaus.janino.util.iterator.EnumerationIterator
 
Enumerator - Class in org.codehaus.janino.util.enumerator
A class that represents an enumerated value.
Enumerator(String) - Constructor for class org.codehaus.janino.util.enumerator.Enumerator
Initialize the enumerator to the given value.
EnumeratorFormatException - Exception in org.codehaus.janino.util.enumerator
Represents a problem related to parsing Enumerators.
EnumeratorFormatException() - Constructor for exception org.codehaus.janino.util.enumerator.EnumeratorFormatException
 
EnumeratorFormatException(String) - Constructor for exception org.codehaus.janino.util.enumerator.EnumeratorFormatException
 
EOF - Static variable in class org.codehaus.janino.Scanner.Token
Indication of the 'end-of-input' condition.
equals(Object) - Method in class org.codehaus.janino.SimpleCompiler
Two SimpleCompilers are regarded equal iff Both are objects of the same class (e.g. both are ScriptEvaluators) Both generated functionally equal classes as seen by Object.equals(Object)
equals(Object) - Method in class org.codehaus.janino.util.ClassFile.ConstantClassInfo
 
equals(Object) - Method in class org.codehaus.janino.util.ClassFile.ConstantFieldrefInfo
 
equals(Object) - Method in class org.codehaus.janino.util.ClassFile.ConstantInterfaceMethodrefInfo
 
equals(Object) - Method in class org.codehaus.janino.util.ClassFile.ConstantMethodrefInfo
 
equals(Object) - Method in class org.codehaus.janino.util.ClassFile.ConstantNameAndTypeInfo
 
equals(Object) - Method in class org.codehaus.janino.util.ClassFile.ConstantUtf8Info
 
equals(Object) - Method in class org.codehaus.janino.util.enumerator.Enumerator
Equality is reference identity.
ErrorHandler - Interface in org.codehaus.commons.compiler
Processes an error issued by the compiler.
evaluate(Object[]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
Evaluates the expression with concrete parameter values.
evaluate(Object[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
Calls the script with concrete parameter values.
evaluate(int, Object[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
Same as IScriptEvaluator.evaluate(Object[]), but for multiple scripts.
evaluate(Object[]) - Method in class org.codehaus.commons.compiler.jdk.ScriptEvaluator
 
evaluate(int, Object[]) - Method in class org.codehaus.commons.compiler.jdk.ScriptEvaluator
 
evaluate(Object[]) - Method in class org.codehaus.janino.ScriptEvaluator
 
evaluate(int, Object[]) - Method in class org.codehaus.janino.ScriptEvaluator
 
EXCLUDE - Static variable in class org.codehaus.janino.util.StringPattern
 
execute() - Method in class org.codehaus.janino.AntCompilerAdapter
Compile all source files in DefaultCompilerAdapter.compileList individually and write class files in directory DefaultCompilerAdapter.destDir.
expression - Variable in class org.codehaus.janino.Java.ForEachStatement
The 'expression' part of the 'enhanced FOR statement'.
expression - Variable in class org.codehaus.janino.Java.SynchronizedStatement
The object reference on which the statement synchronizes.
expression - Variable in class org.codehaus.janino.Java.ThrowStatement
The rvalue (of type Throwable) thrown by this THROW statement.
expression1 - Variable in class org.codehaus.janino.Java.AssertStatement
The left-hand-side expression of this ASSERT statement.
ExpressionEvaluator - Class in org.codehaus.commons.compiler.jdk
This IExpressionEvaluator is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.
ExpressionEvaluator(String, Class<?>, String[], Class<?>[]) - Constructor for class org.codehaus.commons.compiler.jdk.ExpressionEvaluator
Equivalent to ExpressionEvaluator ee = new ExpressionEvaluator(); ee.setExpressionType(expressionType); ee.setParameters(parameterNames, parameterTypes); ee.cook(expression);
ExpressionEvaluator(String, Class<?>, String[], Class<?>[], Class<?>[], ClassLoader) - Constructor for class org.codehaus.commons.compiler.jdk.ExpressionEvaluator
Equivalent to ExpressionEvaluator ee = new ExpressionEvaluator(); ee.setExpressionType(expressionType); ee.setParameters(parameterNames, parameterTypes); ee.setThrownExceptions(thrownExceptions); ee.setParentClassLoader(optionalParentClassLoader); ee.cook(expression);
ExpressionEvaluator(String, Class<?>, String[], Class<?>[], Class<?>[], Class<?>, Class<?>[], ClassLoader) - Constructor for class org.codehaus.commons.compiler.jdk.ExpressionEvaluator
Equivalent to ExpressionEvaluator ee = new ExpressionEvaluator(); ee.setExpressionType(expressionType); ee.setParameters(parameterNames, parameterTypes); ee.setThrownExceptions(thrownExceptions); ee.setExtendedType(optionalExtendedType); ee.setImplementedTypes(implementedTypes); ee.setParentClassLoader(optionalParentClassLoader); ee.cook(expression);
ExpressionEvaluator() - Constructor for class org.codehaus.commons.compiler.jdk.ExpressionEvaluator
 
ExpressionEvaluator - Class in org.codehaus.janino
This IExpressionEvaluator is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.
ExpressionEvaluator(String, Class, String[], Class[]) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Equivalent to ExpressionEvaluator ee = new ExpressionEvaluator(); ee.setExpressionType(expressionType); ee.setParameters(parameterNames, parameterTypes); ee.cook(expression);
ExpressionEvaluator(String, Class, String[], Class[], Class[], ClassLoader) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Equivalent to ExpressionEvaluator ee = new ExpressionEvaluator(); ee.setExpressionType(expressionType); ee.setParameters(parameterNames, parameterTypes); ee.setThrownExceptions(thrownExceptions); ee.setParentClassLoader(optionalParentClassLoader); ee.cook(expression);
ExpressionEvaluator(String, Class, String[], Class[], Class[], Class, Class[], ClassLoader) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Equivalent to ExpressionEvaluator ee = new ExpressionEvaluator(); ee.setExpressionType(expressionType); ee.setParameters(parameterNames, parameterTypes); ee.setThrownExceptions(thrownExceptions); ee.setExtendedType(optionalExtendedType); ee.setImplementedTypes(implementedTypes); ee.setParentClassLoader(optionalParentClassLoader); ee.cook(expression);
ExpressionEvaluator(Scanner, String, Class, Class[], boolean, Class, String, String[], Class[], Class[], ClassLoader) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Equivalent to ExpressionEvaluator ee = new ExpressionEvaluator(); ee.setClassName(className); ee.setExtendedType(optionalExtendedType); ee.setImplementedTypes(implementedTypes); ee.setStaticMethod(staticMethod); ee.setExpressionType(expressionType); ee.setMethodName(methodName); ee.setParameters(parameterNames, parameterTypes); ee.setThrownExceptions(thrownExceptions); ee.setParentClassLoader(optionalParentClassLoader); ee.cook(scanner);
ExpressionEvaluator() - Constructor for class org.codehaus.janino.ExpressionEvaluator
 
extendedTypes - Variable in class org.codehaus.janino.Java.InterfaceDeclaration
The types of the interfaces that this interface extends.

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