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 

D

DeclarationCounter - Class in org.codehaus.janino.samples
An example application for the Traverser: Reads, scans and parses the files named on the command line and counts several kinds of declarations.
DeclarationCounter() - Constructor for class org.codehaus.janino.samples.DeclarationCounter
 
DEFAULT_CLASS_NAME - Static variable in interface org.codehaus.commons.compiler.IClassBodyEvaluator
Default name for the generated class.
DEFAULT_WARNING_HANDLE_PATTERNS - Static variable in class org.codehaus.janino.Compiler
defineIClass(IClass) - Method in class org.codehaus.janino.IClassLoader
Defines an IClass in the context of this IClassLoader.
defineSyntheticField(IClass.IField) - Method in class org.codehaus.janino.Java.AbstractClassDeclaration
 
delegate - Variable in class org.codehaus.janino.util.iterator.FilterIterator
 
delegate - Variable in class org.codehaus.janino.util.iterator.FilterListIterator
 
deleteResource(String) - Method in class org.codehaus.janino.util.resource.FileResourceCreator
 
deleteResource(String) - Method in class org.codehaus.janino.util.resource.MapResourceCreator
 
deleteResource(String) - Method in interface org.codehaus.janino.util.resource.ResourceCreator
Deletes the resource with the given name.
DemoBase - Class in org.codehaus.commons.compiler.samples
Common base class for the "...Demo" classes that demostrate Janino.
DemoBase() - Constructor for class org.codehaus.commons.compiler.samples.DemoBase
 
DeprecatedAttribute(short) - Constructor for class org.codehaus.janino.util.ClassFile.DeprecatedAttribute
 
Descriptor - Class in org.codehaus.janino
Helper class that defines useful methods for handling "field descriptors" (JVMS 4.3.2) and "method descriptors" (JVMS 4.3.3).
descriptorIndex - Variable in class org.codehaus.janino.util.ClassFile.LocalVariableTableAttribute.Entry
The fields of the entries in the local_variable_table, as described in JVMS7 4.7.13.
dimExprs - Variable in class org.codehaus.janino.Java.NewArray
The sizes of the first dimensions to instantiate.
dims - Variable in class org.codehaus.janino.Java.NewArray
The count of additional dimensions that the array should have.
DirectoryIterator - Class in org.codehaus.janino.util.iterator
An Iterator that finds the normal Files who's names are accepted by the fileNameFilter and that exist in the given rootDirectory, and those that exist in all subdirectories of the rootDirectory who's names are FilenameFilter.accept(java.io.File, java.lang.String)ed by the directoryNameFilter
DirectoryIterator(File, FilenameFilter, FilenameFilter) - Constructor for class org.codehaus.janino.util.iterator.DirectoryIterator
 
DirectoryResourceCreator - Class in org.codehaus.janino.util.resource
Creates a resource in a given directory: destinationDirectory/resourceName
DirectoryResourceCreator(File) - Constructor for class org.codehaus.janino.util.resource.DirectoryResourceCreator
 
DirectoryResourceFinder - Class in org.codehaus.janino.util.resource
A FileResourceFinder that finds file resources in a directory.
DirectoryResourceFinder(File) - Constructor for class org.codehaus.janino.util.resource.DirectoryResourceFinder
 
disassembleToStdout(byte[]) - Static method in class org.codehaus.janino.UnitCompiler
Loads a "de.unkrig.jdisasm.Disassembler" through reflection (to avoid a compile-time dependency) and uses it to disassemble the given bytes to System.out.
doc() - Method in class org.codehaus.janino.Parser
Gets the text of the doc comment (a.k.a.
DoStatement(Location, Java.BlockStatement, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.DoStatement
 
DOUBLE - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the primitive type DOUBLE.
DOUBLE - Static variable in class org.codehaus.janino.IClass
The IClass object for the primitive type DOUBLE.
DoubleElementValue(short) - Constructor for class org.codehaus.janino.util.ClassFile.AnnotationsAttribute.DoubleElementValue
 
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