janino.net
A B C D E F G H I J K L M N O P Q R S T U V W Z

F

field - Variable in class org.codehaus.janino.Java.FieldAccess
The field within the class or instance identified by the Java.FieldAccess.lhs.
fieldInfos - Variable in class org.codehaus.janino.util.ClassFile
The ClassFile.FieldInfos of the field members of this class or interface.
fieldName - Variable in class org.codehaus.janino.Java.FieldAccessExpression
Name of the field within the Java.FieldAccessExpression.lhs to access.
fieldName - Variable in class org.codehaus.janino.Java.SuperclassFieldAccessExpression
The name of the field to access.
FileResource - Class in org.codehaus.janino.util.resource
Representation of a resource that is a File.
FileResource(File) - Constructor for class org.codehaus.janino.util.resource.FileResource
 
FileResourceCreator - Class in org.codehaus.janino.util.resource
Stores a stream of bytes in a named resource.
FileResourceCreator() - Constructor for class org.codehaus.janino.util.resource.FileResourceCreator
 
FileResourceFinder - Class in org.codehaus.janino.util.resource
This class specializes the ResourceFinder for finding resources in Files.
FileResourceFinder() - Constructor for class org.codehaus.janino.util.resource.FileResourceFinder
 
FilterIterator<T> - Class in org.codehaus.janino.util.iterator
An Iterator that retrieves its elements from a delegate Iterator.
FilterIterator(Iterator<T>) - Constructor for class org.codehaus.janino.util.iterator.FilterIterator
 
FilterListIterator<T> - Class in org.codehaus.janino.util.iterator
An ListIterator that retrieves its elements from a delegate ListIterator.
FilterListIterator(ListIterator<T>) - Constructor for class org.codehaus.janino.util.iterator.FilterListIterator
 
FilterWarningHandler - Class in org.codehaus.janino
Invokes a delegate iff the handle of the warning matches one or more of a set of StringPatterns.
FilterWarningHandler(StringPattern[], WarningHandler) - Constructor for class org.codehaus.janino.FilterWarningHandler
Popular values for the handlePatterns parameter are StringPattern.PATTERNS_ALL and StringPattern.PATTERNS_NONE.
finaL - Variable in class org.codehaus.janino.Java.FunctionDeclarator.FormalParameter
Whether the parameter is declared FINAL.
finaL - Variable in class org.codehaus.janino.Java.LocalVariable
Whether this local variable has the FINAL modifier flag.
FINAL - Static variable in class org.codehaus.janino.Mod
This flag is set on FINAL classes, FINAL fields and FINAL methods, and is mutually exclusive with Mod.VOLATILE and Mod.ABSTRACT.
FIND_NEXT_TO_SOURCE_FILE - Static variable in class org.codehaus.janino.Compiler
Special value for "classFileResourceFinder".
findClass(String) - Method in class org.codehaus.commons.compiler.jdk.JavaFileManagerClassLoader
 
findClass(String) - Method in class org.codehaus.commons.compiler.jdk.JavaSourceClassLoader
Implementation of ClassLoader.findClass(String).
findClass(String) - Method in class org.codehaus.janino.ByteArrayClassLoader
Implements ClassLoader.findClass(String).
findClass(String) - Method in class org.codehaus.janino.JavaSourceClassLoader
Implementation of ClassLoader.findClass(String).
findClass(String) - Method in class org.codehaus.janino.UnitCompiler
Find one class or interface declared in this compilation unit by name.
findClass(String) - Method in class org.codehaus.janino.util.ResourceFinderClassLoader
 
findCompilationUnit(String) - Method in class org.codehaus.janino.JavaSourceIClassLoader
Finds the Java™ source file for the named class through the configured 'source resource finder' and parses it.
findIClass(String) - Method in class org.codehaus.janino.ClassLoaderIClassLoader
 
findIClass(String) - Method in class org.codehaus.janino.IClassLoader
Find a new IClass by descriptor; return null if a class for that descriptor could not be found.
findIClass(String) - Method in class org.codehaus.janino.JavaSourceIClassLoader
 
findIClass(String) - Method in class org.codehaus.janino.ResourceFinderIClassLoader
 
findIConstructor(IClass[]) - Method in class org.codehaus.janino.IClass
 
findIMethod(String, IClass[]) - Method in class org.codehaus.janino.IClass
 
findIMethod(Java.MethodInvocation) - Method in class org.codehaus.janino.UnitCompiler
Find named methods of "targetType", examine the argument types and choose the most specific method.
findIMethod(Java.SuperclassMethodInvocation) - Method in class org.codehaus.janino.UnitCompiler
 
findLocalVariable(String) - Method in interface org.codehaus.janino.Java.BlockStatement
 
findLocalVariable(String) - Method in class org.codehaus.janino.Java.ConstructorInvocation
 
findLocalVariable(String) - Method in class org.codehaus.janino.Java.Initializer
 
findLocalVariable(String) - Method in class org.codehaus.janino.Java.Statement
 
findMostSpecificIInvocable(Java.Locatable, IClass.IInvocable[], IClass[], boolean, Java.Scope) - Method in class org.codehaus.janino.UnitCompiler
Determine the applicable invocables and choose the most specific invocable.
findResource(String) - Method in class org.codehaus.janino.util.resource.FileResourceFinder
 
findResource(String) - Method in class org.codehaus.janino.util.resource.MapResourceFinder
 
findResource(String) - Method in class org.codehaus.janino.util.resource.MultiResourceFinder
 
findResource(String) - Method in class org.codehaus.janino.util.resource.ResourceFinder
Find a resource by name and return it as a Resource object.
findResource(String) - Method in class org.codehaus.janino.util.resource.ZipFileResourceFinder
 
findResourceAsFile(String) - Method in class org.codehaus.janino.util.resource.DirectoryResourceFinder
 
findResourceAsFile(String) - Method in class org.codehaus.janino.util.resource.FileResourceFinder
Converts a given resource resource name into a File.
findResourceAsStream(String) - Method in class org.codehaus.janino.util.resource.ResourceFinder
Find a resource by name and open it for reading.
fixUp() - Method in interface org.codehaus.janino.CodeContext.FixUp
 
fixUpAndRelocate() - Method in class org.codehaus.janino.CodeContext
Fixes up all of the offsets and relocate() all relocatables.
flags - Variable in class org.codehaus.janino.Java.Modifiers
The or'ed constants declared in Mod.
FLOAT - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the primitive type FLOAT.
FLOAT - Static variable in class org.codehaus.janino.IClass
The IClass object for the primitive type FLOAT.
FLOAT - Static variable in class org.codehaus.janino.Java.BasicType
Value representing the FLOAT type.
FLOATING_POINT_LITERAL - Static variable in class org.codehaus.janino.Scanner.Token
The token represents a floating-point literal; its Scanner.Token.value is the text of the floating-point literal exactly as it appears in the source code.
flowAnalysis(String) - Method in class org.codehaus.janino.CodeContext
Checks the code for consistency; updates the "maxStack" member.
flush() - Method in class org.codehaus.janino.util.AutoIndentWriter
 
formalParameter - Variable in class org.codehaus.janino.Java.ParameterAccess
The parameter to access.
formalParameters - Variable in class org.codehaus.janino.Java.FunctionDeclarator
The parameters of the function.
fromClassName(String) - Static method in class org.codehaus.janino.Descriptor
Converts a class name as defined by "Class.getName()" into a descriptor.
fromInternalForm(String) - Static method in class org.codehaus.janino.Descriptor
Convert a class name in the "internal form" as described in JVMS 4.2 into a descriptor.
fromString(String) - Static method in class org.codehaus.janino.Access
 
fromString(String, Class) - Static method in class org.codehaus.janino.util.enumerator.Enumerator
Initialize an Enumerator from a string.

janino.net
A B C D E F G H I J K L M N O P Q R S T U V W Z