Skip navigation links
Project home page
A B C D E F G H I J L M N O P Q R S T U V W Z 

B

baseType - Variable in class org.codehaus.janino.Java.AnonymousClassDeclaration
Base class or interface.
begin() - Method in class org.codehaus.janino.util.Benchmark
 
beginReporting() - Method in class org.codehaus.janino.util.Benchmark
Begins a benchmark (see Benchmark.begin()) and report the fact.
beginReporting(String) - Method in class org.codehaus.janino.util.Benchmark
Begins a benchmark (see Benchmark.begin()) and report the fact.
Benchmark - Class in org.codehaus.janino.util
Implements a scheme for benchmarking, i.e. for determining and/or reporting the time elapsed between the beginning and the end of an activity.
Benchmark(boolean) - Constructor for class org.codehaus.janino.util.Benchmark
Sets up a Benchmark with a default Benchmark.Reporter that reports to System.out.
Benchmark(boolean, Benchmark.Reporter) - Constructor for class org.codehaus.janino.util.Benchmark
Sets up a Benchmark with a custom Benchmark.Reporter.
Benchmark.Reporter - Interface in org.codehaus.janino.util
Interface used to report messages.
BinaryOperation(Location, Java.Rvalue, String, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.BinaryOperation
 
Block(Location) - Constructor for class org.codehaus.janino.Java.Block
 
block - Variable in class org.codehaus.janino.Java.Initializer
The block that poses the initializer.
blockStatements - Variable in class org.codehaus.janino.Java.SwitchStatement.SwitchBlockStatementGroup
The statements following the CASE labels.
body - Variable in class org.codehaus.janino.Java.CatchClause
Body of the CATCH clause.
body - Variable in class org.codehaus.janino.Java.ContinuableStatement
The body of this continuable statement.
body - Variable in class org.codehaus.janino.Java.LabeledStatement
The labeled block.
body - Variable in class org.codehaus.janino.Java.SynchronizedStatement
The body of this SYNCHRONIZED statement.
body - Variable in class org.codehaus.janino.Java.TryStatement
The body of the TRY statement.
BOOLEAN - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the primitive type BOOLEAN.
BOOLEAN - Static variable in class org.codehaus.janino.IClass
The IClass object for the primitive type BOOLEAN.
BooleanElementValue(short) - Constructor for class org.codehaus.janino.util.ClassFile.AnnotationsAttribute.BooleanElementValue
 
BooleanLiteral(Location, String) - Constructor for class org.codehaus.janino.Java.BooleanLiteral
 
BooleanRvalue(Location) - Constructor for class org.codehaus.janino.Java.BooleanRvalue
 
BOOT_CLASS_LOADER - Static variable in interface org.codehaus.commons.compiler.ICookable
The ClassLoader that loads this classes on the boot class path, i.e. the JARs in the JRE's "lib" and "lib/ext" directories, but not the JARs and class directories specified through the class path.
bounds - Variable in class org.codehaus.janino.Java.Wildcard
The kind of bounds that this wildcard has.
BOUNDS_EXTENDS - Static variable in class org.codehaus.janino.Java.Wildcard
Value for Java.Wildcard.bounds indicating that this wildcard has 'extends' bounds.
BOUNDS_NONE - Static variable in class org.codehaus.janino.Java.Wildcard
Value for Java.Wildcard.bounds indicating that this wildcard has no bounds; Java.Wildcard.referenceType is irrelevant in this case.
BOUNDS_SUPER - Static variable in class org.codehaus.janino.Java.Wildcard
Value for Java.Wildcard.bounds indicating that this wildcard has 'super' bounds.
brackets - Variable in class org.codehaus.janino.Java.VariableDeclarator
The number of '[]'s after the name.
BreakableStatement(Location) - Constructor for class org.codehaus.janino.Java.BreakableStatement
 
BreakStatement(Location, String) - Constructor for class org.codehaus.janino.Java.BreakStatement
 
BRIDGE - Static variable in class org.codehaus.janino.Mod
This flag is set on 'bridge methods' generated by the compiler.
buildLocalVariableMap(Java.CatchClause, Map<String, Java.LocalVariable>) - Method in class org.codehaus.janino.UnitCompiler
Adds the given localVars to the 'local variable map' of the given catchClause.
BYTE - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the primitive type BYTE.
BYTE - Static variable in class org.codehaus.janino.IClass
The IClass object for the primitive type BYTE.
ByteArrayClassLoader - Class in org.codehaus.janino
This ClassLoader allows for the loading of a set of Java classes provided in class file format.
ByteArrayClassLoader(Map<String, byte[]>) - Constructor for class org.codehaus.janino.ByteArrayClassLoader
The given Map of classes must not be modified afterwards.
ByteArrayClassLoader(Map<String, byte[]>, ClassLoader) - Constructor for class org.codehaus.janino.ByteArrayClassLoader
 
ByteArrayJavaFileManager<M extends JavaFileManager> - Class in org.codehaus.commons.compiler.jdk
A ForwardingJavaFileManager that stores JavaFileObjects in byte arrays, i.e. in memory (as opposed to the StandardJavaFileManager, which stores them in files).
ByteArrayJavaFileManager(M) - Constructor for class org.codehaus.commons.compiler.jdk.ByteArrayJavaFileManager
 
ByteArrayJavaFileManager.ByteArrayJavaFileObject - Class in org.codehaus.commons.compiler.jdk
Byte array-based implementation of JavaFileObject.
ByteArrayJavaFileObject(String, JavaFileObject.Kind) - Constructor for class org.codehaus.commons.compiler.jdk.ByteArrayJavaFileManager.ByteArrayJavaFileObject
 
ByteElementValue(short) - Constructor for class org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ByteElementValue
 
A B C D E F G H I J L M N O P Q R S T U V W Z 
Skip navigation links
Project home page