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

A

ABSTRACT - Static variable in class net.janino.Mod
 
accessFlags - Variable in class net.janino.ClassFile
 
addCatchClause(Java.CatchClause) - Method in class net.janino.Java.TryStatement
 
addClass(String, byte[]) - Method in class net.janino.ByteArrayClassLoader
Adds a class that will be found by ByteArrayClassLoader.findClass(String).
addClass(String, File) - Method in class net.janino.ByteArrayClassLoader
Adds a class that will be found by ByteArrayClassLoader.findClass(String).
addClass(String, InputStream) - Method in class net.janino.ByteArrayClassLoader
Adds a class that will be found by ByteArrayClassLoader.findClass(String).
addClassDeclaration(Scanner.Location, Java.CompilationUnit, String, Class, Class[]) - Method in class net.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
addClassMethodBlockDeclaration(Scanner.Location, Java.CompilationUnit, String, Class, Class[], Class, String, String[], Class[], Class[]) - Method in class net.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 A block
addClassOrInterfaceDeclaration(Java.ClassOrInterfaceDeclaration) - Method in class net.janino.Java.CompilationUnit
 
addClassVariableDeclaratorOrClassInitializer(Java.BlockStatement) - Method in class net.janino.Java.ClassDeclaration
 
addConstantClassInfo(String) - Method in class net.janino.ClassFile
Add a "CONSTANT_Class_info" structure to the class file.
addConstantDeclaration(Java.FieldDeclarator) - Method in class net.janino.Java.InterfaceDeclaration
 
addConstantDoubleInfo(double) - Method in class net.janino.ClassFile
Add a "CONSTANT_Double_info" structure to the class file.
addConstantFieldrefInfo(String, String, String) - Method in class net.janino.ClassFile
Add a "CONSTANT_Fieldref_info" structure to the class file.
addConstantFloatInfo(float) - Method in class net.janino.ClassFile
Add a "CONSTANT_Float_info" structure to the class file.
addConstantIntegerInfo(int) - Method in class net.janino.ClassFile
Add a "CONSTANT_Integer_info" structure to the class file.
addConstantInterfaceMethodrefInfo(String, String, String) - Method in class net.janino.ClassFile
Add a "CONSTANT_InterfaceMethodref_info" structure to the class file.
addConstantLongInfo(long) - Method in class net.janino.ClassFile
Add a "CONSTANT_Long_info" structure to the class file.
addConstantMethodrefInfo(String, String, String) - Method in class net.janino.ClassFile
Add a "CONSTANT_Methodref_info" structure to the class file.
addConstantStringInfo(String) - Method in class net.janino.ClassFile
Add a "CONSTANT_String_info" structure to the class file.
addConstructor(Java.ConstructorDeclarator) - Method in class net.janino.Java.ClassDeclaration
 
addDeclaredMethod(Java.MethodDeclarator) - Method in class net.janino.Java.ClassOrInterfaceDeclaration
 
addDefaultSwitchLabel() - Method in class net.janino.Java.SwitchBlockStatementGroup
 
addException(ClassFile.CodeAttribute.Offset, ClassFile.CodeAttribute.Offset, ClassFile.CodeAttribute.Offset, String) - Method in class net.janino.ClassFile.CodeAttribute
 
addFieldInfo(short, String, String, Object) - Method in class net.janino.ClassFile
 
addImportedClass(Scanner.Location, String, String) - Method in class net.janino.Java.CompilationUnit
 
addImportedPackage(String) - Method in class net.janino.Java.CompilationUnit
 
addInstanceVariableDeclaratorOrInstanceInitializer(Java.BlockStatement) - Method in class net.janino.Java.ClassDeclaration
 
addMethodInfo(short, String, String) - Method in class net.janino.ClassFile
 
addSourceFileAttribute(String) - Method in class net.janino.ClassFile
 
addStatement(Java.BlockStatement) - Method in class net.janino.Java.Block
 
addStatements(List) - Method in class net.janino.Java.Block
 
addSwitchBlockStatementGroup(Java.SwitchBlockStatementGroup) - Method in class net.janino.Java.SwitchStatement
 
addSwitchLabel(Java.Rvalue) - Method in class net.janino.Java.SwitchBlockStatementGroup
 
allocateLocalVariable(short) - Method in class net.janino.ClassFile.CodeAttribute
Allocate space for a local variable of the given size (1 or 2) on the local variable array.
AntCompilerAdapter - class net.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 net.janino.AntCompilerAdapter
 
arguments - Variable in class net.janino.Java.Invocation
 

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