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

E

EMPTY_RESOURCE_FINDER - Static variable in class org.codehaus.janino.util.resource.MultiResourceFinder
This one's useful when a resource finder is required, but cannot be created for some reason.
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(int) - Constructor for class org.codehaus.janino.util.enumerator.Enumerator
Initialize the enumerator to the given value.
Enumerator(String) - Constructor for class org.codehaus.janino.util.enumerator.Enumerator
Initialize an Enumerator from a string.
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 a set of enumerated values.
EnumeratorSet(int) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSet
Initialize the enumerator to the given OR'ed set of values.
EnumeratorSet(String) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSet
Initialize an EnumeratorSet from a string.
EnumeratorSet(String, String) - Constructor for class org.codehaus.janino.util.enumerator.EnumeratorSet
Initialize an EnumeratorSet from a string.
EvaluatorBase - class org.codehaus.janino.EvaluatorBase.
Utilities for the various "...Evaluator" classes.
EvaluatorBase(ClassLoader) - Constructor for class org.codehaus.janino.EvaluatorBase
Construct with the given ClassLoader.
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 expression evaluator that evaluates expressions in JavaTM bytecode.
ExpressionEvaluator(String, Class, String[], Class[]) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Parse an expression from a String and compile it.
ExpressionEvaluator(String, Class, String[], Class[], Class[], ClassLoader) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Parse an expression from a String and compile it.
ExpressionEvaluator(String, Class, String[], Class[], Class[], Class, Class[], ClassLoader) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Parse an expression from a String and compile it into a public static method "eval" with the given return and parameter types.
ExpressionEvaluator(Scanner, String, Class, Class[], boolean, Class, String, String[], Class[], Class[], ClassLoader) - Constructor for class org.codehaus.janino.ExpressionEvaluator
Parse an expression from a sequence of Scanner.Tokens delivered by the given scanner and compile it.
enclosingScope - Variable in class org.codehaus.janino.Java.AbstractTypeDeclaration
 
enclosingScope - Variable in class org.codehaus.janino.Java.Statement
 
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 an instance of ByteArrayClassLoader ByteArrayClassLoader.equals(ByteArrayClassLoader) returns true
equals(ByteArrayClassLoader) - Method in class org.codehaus.janino.ByteArrayClassLoader
Two ByteArrayClassLoaders are regarded equal iff 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.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
Check the object's value
equals(Object) - Method in class org.codehaus.janino.util.enumerator.EnumeratorSet
Check the values' identity.
evaluate() - Method in class org.codehaus.janino.ClassBodyEvaluator
Returns the java.lang.Class object compiled from the class body.
evaluate(Object[]) - Method in class org.codehaus.janino.ExpressionEvaluator
Evaluates an expression with concrete parameter values.
evaluate(Object[]) - Method in class org.codehaus.janino.ScriptEvaluator
Evaluates a script with concrete parameter values.
execute() - Method in class org.codehaus.janino.AntCompilerAdapter
Compile all source files in DefaultCompilerAdapter.compileList individually and write class files in directory DefaultCompilerAdapter.destDir.
explode(String) - Static method in class org.codehaus.janino.samples.DemoBase
 

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