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

E

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.
ENUM - Static variable in class org.codehaus.janino.Mod
 
ERROR - Static variable in class org.codehaus.janino.Descriptor
 
ERROR - Variable in class org.codehaus.janino.IClassLoader
 
EXCLUDE - Static variable in class org.codehaus.janino.util.StringPattern
 
EnumerationIterator - class org.codehaus.janino.util.iterator.EnumerationIterator.
An Iterator that iterates over the elements of an Enumeration.
EnumerationIterator(Enumeration) - Constructor for class org.codehaus.janino.util.iterator.EnumerationIterator
 
Enumerator - class org.codehaus.janino.util.enumerator.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 org.codehaus.janino.util.enumerator.EnumeratorFormatException.
Represents a problem related to parsing Enumerators and EnumeratorSets, in analogy with EnumeratorFormatException.
EnumeratorFormatException() - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorFormatException
 
EnumeratorFormatException(String) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorFormatException
 
EnumeratorSet - class org.codehaus.janino.util.enumerator.EnumeratorSet.
A class that represents an immutable set of Enumerators.
EnumeratorSet(Class) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSet
Construct an empty set for values of the given Enumerator-derived type.
EnumeratorSet(Class, boolean) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSet
Construct a set for values of the given Enumerator-derived type.
EnumeratorSet(Class, String) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSet
Construct a set for values of the given Enumerator-derived type and initialize it from a string.
EnumeratorSet(Class, String, String) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSet
Construct a set for values of the given Enumerator-derived type and initialize it from a string.
EnumeratorSet(EnumeratorSet) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSet
Construct a copy of the given set.
EnumeratorSetTypeException - exception org.codehaus.janino.util.enumerator.EnumeratorSetTypeException.
Indicates that an attempt was made to add or remove values of different type to an EnumeratorSet.
EnumeratorSetTypeException() - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSetTypeException
 
EnumeratorSetTypeException(String) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSetTypeException
 
ExpressionDemo - class org.codehaus.janino.samples.ExpressionDemo.
A test program that allows you to play around with the ExpressionEvaluator class.
ExpressionEvaluator - class org.codehaus.janino.ExpressionEvaluator.
An engine that evaluates expressions in JavaTM bytecode.
ExpressionEvaluator(String, Class, String[], Class[]) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Equivalent to
ExpressionEvaluator(String, Class, String[], Class[], Class[], ClassLoader) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Equivalent to
ExpressionEvaluator(String, Class, String[], Class[], Class[], Class, Class[], ClassLoader) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Equivalent to
ExpressionEvaluator(Scanner, String, Class, Class[], boolean, Class, String, String[], Class[], Class[], ClassLoader) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Equivalent to
ExpressionEvaluator() - Constructor for class org.codehaus.janino.ExpressionEvaluator
 
eatToken() - Method in class org.codehaus.janino.Parser
 
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.
equals(Object) - Method in class org.codehaus.janino.ByteArrayClassLoader
An object is regarded equal to this iff It is also an instance of ByteArrayClassLoader Both have the same parent ClassLoader Exactly the same classes (name, bytecode) were added to both Roughly speaking, equal ByteArrayClassLoaders will return functionally identical Classes on ClassLoader.loadClass(java.lang.String).
equals(Object) - Method in class org.codehaus.janino.SimpleCompiler
Two SimpleCompilers are regarded equal iff Both are objects of the same class (e.g.
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.
equals(Object) - Method in class org.codehaus.janino.util.enumerator.EnumeratorSet
Check the values' identity.
evaluate(Object[]) - Method in class org.codehaus.janino.ScriptEvaluator
Calls the generated method with concrete parameter values.
evaluate(int, Object[]) - Method in class org.codehaus.janino.ScriptEvaluator
Calls the generated method with concrete parameter values.
evaluate(UnitCompiler, Java.Invocation, IClass.IMethod) - Method in interface org.codehaus.janino.tools.JGrep.MethodInvocationPredicate
 
execute() - Method in class org.codehaus.janino.AntCompilerAdapter
Compile all source files in DefaultCompilerAdapter.compileList individually and write class files in directory DefaultCompilerAdapter.destDir.
execute(UnitCompiler, Java.Invocation, IClass.IMethod) - Method in interface org.codehaus.janino.tools.JGrep.MethodInvocationAction
 
explode(String) - Static method in class org.codehaus.janino.samples.DemoBase
 
expression - Variable in class org.codehaus.janino.Java.SynchronizedStatement
 
expression - Variable in class org.codehaus.janino.Java.ThrowStatement
 
extendedTypes - Variable in class org.codehaus.janino.Java.InterfaceDeclaration
 

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