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

A

ABSTRACT - Static variable in class org.codehaus.janino.Mod
 
ALL - Static variable in class org.codehaus.janino.DebuggingInformation
 
AntCompilerAdapter - class org.codehaus.janino.AntCompilerAdapter.
A simple CompilerAdapter for the "ant" tool that silently ignores most of the configuration parameters and attempts to compile all given source files into class files.
AntCompilerAdapter() - Constructor for class org.codehaus.janino.AntCompilerAdapter
 
AstCompilationUnitGenerator - interface org.codehaus.janino.AstCompilationUnitGenerator.
 
AstGeneratorVisitor - class org.codehaus.janino.AstGeneratorVisitor.
 
AstGeneratorVisitor(Writer, String) - Constructor for class org.codehaus.janino.AstGeneratorVisitor
 
AutoIndentWriter - class org.codehaus.janino.util.AutoIndentWriter.
A FilterWriter that automatically indents lines by looking at trailing opening braces ('{') and leading closing braces ('}').
AutoIndentWriter(Writer) - Constructor for class org.codehaus.janino.util.AutoIndentWriter
 
accessFlags - Variable in class org.codehaus.janino.util.ClassFile
 
add(DebuggingInformation) - Method in class org.codehaus.janino.DebuggingInformation
 
add(EnumeratorSet) - Method in class org.codehaus.janino.util.enumerator.EnumeratorSet
Add to the object's values the given OR'ed set of values.
add(Object) - Method in class org.codehaus.janino.util.iterator.FilterListIterator
Calls FilterListIterator.delegate.ListIterator.add(java.lang.Object)
addAttribute(ClassFile.AttributeInfo) - Method in class org.codehaus.janino.util.ClassFile.FieldInfo
 
addAttribute(ClassFile.AttributeInfo) - Method in class org.codehaus.janino.util.ClassFile.MethodInfo
 
addCatchClause(Java.CatchClause) - Method in class org.codehaus.janino.Java.TryStatement
 
addClassMethodBlockDeclaration(Location, Java.CompilationUnit, String, Class, Class[], boolean, Class, String, String[], Class[], Class[]) - Method in class org.codehaus.janino.EvaluatorBase
To the given Java.CompilationUnit, add A package member class declaration with the given name, superclass and interfaces A public method declaration with the given return type, name, parameter names and values and thrown exceptions A block
addConstantClassInfo(String) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_Class_info" structure to the class file.
addConstantDeclaration(Java.FieldDeclarator) - Method in class org.codehaus.janino.Java.InterfaceDeclaration
 
addConstantDoubleInfo(double) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_Double_info" structure to the class file.
addConstantFieldrefInfo(String, String, String) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_Fieldref_info" structure to the class file.
addConstantFloatInfo(float) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_Float_info" structure to the class file.
addConstantIntegerInfo(int) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_Integer_info" structure to the class file.
addConstantInterfaceMethodrefInfo(String, String, String) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_InterfaceMethodref_info" structure to the class file.
addConstantLongInfo(long) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_Long_info" structure to the class file.
addConstantMethodrefInfo(String, String, String) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_Methodref_info" structure to the class file.
addConstantStringInfo(String) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_String_info" structure to the class file.
addConstantUtf8Info(String) - Method in class org.codehaus.janino.util.ClassFile
Add a "CONSTANT_Utf8_info" structure to the class file.
addConstructor(Java.ConstructorDeclarator) - Method in class org.codehaus.janino.Java.ClassDeclaration
 
addDeclaredMethod(Java.MethodDeclarator) - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
 
addDefaultSwitchLabel() - Method in class org.codehaus.janino.Java.SwitchBlockStatementGroup
 
addDeprecatedAttribute() - Method in class org.codehaus.janino.util.ClassFile
 
addExceptionTableEntry(CodeContext.Offset, CodeContext.Offset, CodeContext.Offset, String) - Method in class org.codehaus.janino.CodeContext
Add another entry to the "exception_table" of this code attribute (see JVMS 4.7.3).
addFieldInfo(short, String, String, Object) - Method in class org.codehaus.janino.util.ClassFile
 
addImportDeclaration(Java.ImportDeclaration) - Method in class org.codehaus.janino.Java.CompilationUnit
 
addInnerClassesAttributeEntry(ClassFile.InnerClassesAttribute.Entry) - Method in class org.codehaus.janino.util.ClassFile
Create an "InnerClasses" attribute if it does not exist, then add the given entry to the "InnerClasses" attribute.
addMemberTypeDeclaration(Java.MemberTypeDeclaration) - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
 
addMethodInfo(short, String, String) - Method in class org.codehaus.janino.util.ClassFile
 
addPackageMemberClassDeclaration(Location, Java.CompilationUnit, String, Class, Class[]) - Method in class org.codehaus.janino.EvaluatorBase
To the given Java.CompilationUnit, add A class declaration with the given name, superclass and interfaces A method declaration with the given return type, name, parameter names and values and thrown exceptions
addPackageMemberTypeDeclaration(Java.PackageMemberTypeDeclaration) - Method in class org.codehaus.janino.Java.CompilationUnit
 
addSourceFileAttribute(String) - Method in class org.codehaus.janino.util.ClassFile
Adds a "SourceFile" attribute to this class file.
addStatement(Java.BlockStatement) - Method in class org.codehaus.janino.Java.Block
 
addStatements(List) - Method in class org.codehaus.janino.Java.Block
 
addSwitchBlockStatementGroup(Java.SwitchBlockStatementGroup) - Method in class org.codehaus.janino.Java.SwitchStatement
 
addSwitchLabel(Java.Rvalue) - Method in class org.codehaus.janino.Java.SwitchBlockStatementGroup
 
addVariableDeclaratorOrInitializer(Java.TypeBodyDeclaration) - Method in class org.codehaus.janino.Java.ClassDeclaration
 
allocateLocalVariable(short) - Method in class org.codehaus.janino.CodeContext
Allocate space for a local variable of the given size (1 or 2) on the local variable array.
anonymousClassCount - Variable in class org.codehaus.janino.Java.AbstractTypeDeclaration
 
arguments - Variable in class org.codehaus.janino.Java.ConstructorInvocation
 
arguments - Variable in class org.codehaus.janino.Java.Invocation
 
arguments - Variable in class org.codehaus.janino.Java.NewClassInstance
 

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