- generateBytecodes(String) - Method in class org.codehaus.janino.CachingJavaSourceClassLoader
-
- generateBytecodes(String) - Method in class org.codehaus.janino.JavaSourceClassLoader
-
Find, scan, parse the right compilation unit.
- getAccess() - Method in class org.codehaus.janino.ClassFileIClass
-
- getAccess() - Method in class org.codehaus.janino.IClass
-
- getAccess() - Method in class org.codehaus.janino.IClass.IField
-
- getAccess() - Method in class org.codehaus.janino.IClass.IInvocable
-
- getAccess() - Method in interface org.codehaus.janino.IClass.IMember
-
- getAccess() - Method in class org.codehaus.janino.UnitCompiler.SimpleIField
-
- getAccessFlags() - Method in class org.codehaus.janino.util.ClassFile.FieldInfo
-
- getAccessFlags() - Method in class org.codehaus.janino.util.ClassFile.MethodInfo
-
- getAllCompilerFactories() - Static method in class org.codehaus.commons.compiler.CompilerFactoryFactory
-
Finds all implementation of
org.codehaus.commons.compiler on the class path, then loads and
instantiates their
ICompilerFactorys.
- getAllLocalVars() - Method in class org.codehaus.janino.CodeContext
-
- getAnnotations() - Method in interface org.codehaus.janino.IClass.IMember
-
- getAnnotations() - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
-
- getAnnotations() - Method in interface org.codehaus.janino.Java.Annotatable
-
- getAnnotations() - Method in class org.codehaus.janino.Java.EnumConstant
-
- getAnnotations() - Method in class org.codehaus.janino.Java.FieldDeclaration
-
- getAnnotations() - Method in class org.codehaus.janino.Java.FunctionDeclarator
-
- getAnnotations() - Method in class org.codehaus.janino.UnitCompiler.SimpleIField
-
- getAnnotations(boolean) - Method in interface org.codehaus.janino.util.Annotatable
-
- getAnnotations() - Method in class org.codehaus.janino.util.ClassFile.AnnotationsAttribute
-
- getAnnotations(boolean) - Method in class org.codehaus.janino.util.ClassFile.FieldInfo
-
- getAnnotations(boolean) - Method in class org.codehaus.janino.util.ClassFile
-
- getAnnotations(boolean) - Method in class org.codehaus.janino.util.ClassFile.MethodInfo
-
- getAnnotationType() - Method in interface org.codehaus.janino.IClass.IAnnotation
-
- getArrayIClass(int, IClass) - Method in class org.codehaus.janino.IClass
-
Get an
IClass that represents an n-dimensional array of this type.
- getArrayIClass(IClass) - Method in class org.codehaus.janino.IClass
-
Get an
IClass that represents an array of this type.
- getAttributes() - Method in class org.codehaus.janino.util.ClassFile.FieldInfo
-
- getAttributes() - Method in class org.codehaus.janino.util.ClassFile.MethodInfo
-
- getClassFile() - Method in class org.codehaus.janino.CodeContext
-
- getClassFile(String, File, File) - Static method in class org.codehaus.janino.Compiler
-
Construct the name of a file that could store the byte code of the class with the given
name.
- getClassFile(String, File, File) - Static method in class org.codehaus.janino.tools.JGrep
-
Construct the name of a file that could store the byte code of the class with the given
name.
- getClassFile() - Method in class org.codehaus.janino.util.ClassFile.MethodInfo
-
- getClassFileResourceName(String) - Static method in class org.codehaus.janino.util.ClassFile
-
Construct the name of a resource that could contain the class file of the
class with the given name.
- getClassLoader() - Method in interface org.codehaus.commons.compiler.ISimpleCompiler
-
Returns a
ClassLoader object through which the previously compiled classes can be accessed.
- getClassLoader() - Method in class org.codehaus.commons.compiler.jdk.SimpleCompiler
-
- getClassLoader() - Method in class org.codehaus.janino.ClassLoaderIClassLoader
-
- getClassLoader() - Method in class org.codehaus.janino.SimpleCompiler
-
- getClassName() - Method in class org.codehaus.janino.Java.AbstractPackageMemberClassDeclaration
-
- getClassName() - Method in class org.codehaus.janino.Java.AnonymousClassDeclaration
-
- getClassName() - Method in class org.codehaus.janino.Java.EnumConstant
-
- getClassName() - Method in class org.codehaus.janino.Java.LocalClassDeclaration
-
- getClassName() - Method in class org.codehaus.janino.Java.MemberClassDeclaration
-
- getClassName() - Method in class org.codehaus.janino.Java.MemberInterfaceDeclaration
-
- getClassName() - Method in class org.codehaus.janino.Java.PackageMemberInterfaceDeclaration
-
- getClassName() - Method in interface org.codehaus.janino.Java.TypeDeclaration
-
Determines the effective class name, e.g.
- getClazz() - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
Returns the loaded
Class.
- getClazz() - Method in class org.codehaus.commons.compiler.jdk.ClassBodyEvaluator
-
- getClazz() - Method in class org.codehaus.janino.ClassBodyEvaluator
-
- getCodeContext() - Method in class org.codehaus.janino.CodeContext.Offset
-
- getColumnNumber() - Method in class org.codehaus.commons.compiler.Location
-
- getCompilationUnit() - Method in class org.codehaus.janino.UnitCompiler
-
- getCompilerFactory(String) - Static method in class org.codehaus.commons.compiler.CompilerFactoryFactory
-
- getComponentDescriptor(String) - Static method in class org.codehaus.janino.Descriptor
-
- getComponentType() - Method in class org.codehaus.janino.IClass
-
- getComponentType2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getComponentType2() - Method in class org.codehaus.janino.IClass
-
- getConstantPoolInfo(short) - Method in class org.codehaus.janino.util.ClassFile
-
- getConstantPoolSize() - Method in class org.codehaus.janino.util.ClassFile
-
- getConstants() - Method in interface org.codehaus.janino.Java.EnumDeclaration
-
- getConstants() - Method in class org.codehaus.janino.Java.MemberEnumDeclaration
-
- getConstants() - Method in class org.codehaus.janino.Java.PackageMemberEnumDeclaration
-
- getConstantUtf8(short) - Method in class org.codehaus.janino.util.ClassFile
-
- getConstantValue() - Method in class org.codehaus.janino.IClass.IField
-
Returns the value of the field if it is a compile-time constant value, i.e. the field is FINAL and its
initializer is a constant expression (JLS7 15.28, bullet 12).
- getConstantValue(Java.Rvalue) - Method in class org.codehaus.janino.UnitCompiler
-
Attempts to evaluate as a constant expression.
- getConstantValue() - Method in class org.codehaus.janino.UnitCompiler.SimpleIField
-
- getConstantValue(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.ConstantValueAttribute
-
- getConstantValuePoolInfo(short) - Method in class org.codehaus.janino.util.ClassFile
-
- getDeclaredIClasses() - Method in class org.codehaus.janino.IClass
-
Returns the classes and interfaces declared as members of the class
(but not inherited classes and interfaces).
- getDeclaredIClasses2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getDeclaredIClasses2() - Method in class org.codehaus.janino.IClass
-
- getDeclaredIConstructors() - Method in class org.codehaus.janino.IClass
-
Returns all the constructors declared by the class represented by the
type.
- getDeclaredIConstructors2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getDeclaredIConstructors2() - Method in class org.codehaus.janino.IClass
-
- getDeclaredIField(String) - Method in class org.codehaus.janino.IClass
-
- getDeclaredIFields() - Method in class org.codehaus.janino.IClass
-
- getDeclaredIFields2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getDeclaredIFields2() - Method in class org.codehaus.janino.IClass
-
- getDeclaredIMethods() - Method in class org.codehaus.janino.IClass
-
Returns the methods of the class or interface (but not inherited methods).
- getDeclaredIMethods(String) - Method in class org.codehaus.janino.IClass
-
Returns all methods with the given name declared in the class or interface (but not inherited methods).
- getDeclaredIMethods2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getDeclaredIMethods2() - Method in class org.codehaus.janino.IClass
-
- getDeclaringClass() - Method in class org.codehaus.janino.Java.ConstructorDeclarator
-
- getDeclaringCompilationUnit() - Method in class org.codehaus.janino.Java.AbstractPackageMemberClassDeclaration
-
- getDeclaringCompilationUnit() - Method in class org.codehaus.janino.Java.PackageMemberInterfaceDeclaration
-
- getDeclaringCompilationUnit() - Method in interface org.codehaus.janino.Java.PackageMemberTypeDeclaration
-
- getDeclaringIClass() - Method in class org.codehaus.janino.IClass
-
- getDeclaringIClass() - Method in class org.codehaus.janino.IClass.IField
-
- getDeclaringIClass() - Method in class org.codehaus.janino.IClass.IInvocable
-
- getDeclaringIClass() - Method in interface org.codehaus.janino.IClass.IMember
-
- getDeclaringIClass2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getDeclaringIClass2() - Method in class org.codehaus.janino.IClass
-
- getDeclaringType() - Method in class org.codehaus.janino.Java.AbstractTypeBodyDeclaration
-
- getDeclaringType() - Method in class org.codehaus.janino.Java.FieldDeclaration
-
- getDeclaringType() - Method in class org.codehaus.janino.Java.MemberClassDeclaration
-
- getDeclaringType() - Method in class org.codehaus.janino.Java.MemberInterfaceDeclaration
-
- getDeclaringType() - Method in interface org.codehaus.janino.Java.TypeBodyDeclaration
-
- getDefaultCompilerFactory() - Static method in class org.codehaus.commons.compiler.CompilerFactoryFactory
-
Finds the first implementation of
org.codehaus.commons.compiler on the class path, then loads and
instantiates its
ICompilerFactory.
- getDefaultReturnType() - Method in class org.codehaus.commons.compiler.jdk.ExpressionEvaluator
-
The default return type of an expression is Object.
- getDefaultReturnType() - Method in class org.codehaus.commons.compiler.jdk.ScriptEvaluator
-
The default return type of a script is void.
- getDefaultReturnType() - Method in class org.codehaus.janino.ExpressionEvaluator
-
- getDefaultReturnType() - Method in class org.codehaus.janino.ScriptEvaluator
-
- getDescriptor() - Method in class org.codehaus.janino.IClass
-
Returns the field descriptor for the type as defined by JVMS 4.3.2.
- getDescriptor() - Method in class org.codehaus.janino.IClass.IField
-
- getDescriptor() - Method in class org.codehaus.janino.IClass.IInvocable
-
Returns the method descriptor of this constructor or method.
- getDescriptor(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.ConstantNameAndTypeInfo
-
- getDescriptor(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.FieldInfo
-
- getDescriptor() - Method in class org.codehaus.janino.util.ClassFile.MethodInfo
-
- getDescriptor2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getDescriptor2() - Method in class org.codehaus.janino.IClass
-
- getDescriptor2() - Method in class org.codehaus.janino.IClass.IConstructor
-
- getDescriptor2() - Method in class org.codehaus.janino.IClass.IInvocable
-
- getDescriptor2() - Method in class org.codehaus.janino.IClass.IMethod
-
- getDescriptors(IClass[]) - Static method in class org.codehaus.janino.IClass
-
Convenience method that determines the field descriptors of an array of
IClasses.
- getDocComment() - Method in interface org.codehaus.janino.Java.DocCommentable
-
- getDocComment() - Method in class org.codehaus.janino.Java.EnumConstant
-
- getDocComment() - Method in class org.codehaus.janino.Java.FieldDeclaration
-
- getDocComment() - Method in class org.codehaus.janino.Java.FunctionDeclarator
-
- getDocComment() - Method in class org.codehaus.janino.Java.InterfaceDeclaration
-
- getDocComment() - Method in class org.codehaus.janino.Java.NamedClassDeclaration
-
- getElementValue(String) - Method in interface org.codehaus.janino.IClass.IAnnotation
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.AbstractTypeBodyDeclaration
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
-
- getEnclosingScope() - Method in interface org.codehaus.janino.Java.BlockStatement
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.CatchClause
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.CompilationUnit
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.ConstructorInvocation
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.EnclosingScopeOfTypeDeclaration
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.FunctionDeclarator
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.Rvalue
-
- getEnclosingScope() - Method in interface org.codehaus.janino.Java.Scope
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.Statement
-
- getEnclosingScope() - Method in class org.codehaus.janino.Java.Type
-
- getEnclosingScopeOrNull() - Method in class org.codehaus.janino.Java.Rvalue
-
- getEnd() - Method in class org.codehaus.janino.Java.LocalVariableSlot
-
- getEntries() - Method in class org.codehaus.janino.util.ClassFile.InnerClassesAttribute
-
- getExceptions(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.ExceptionsAttribute
-
- getExpectGreater() - Method in class org.codehaus.janino.Scanner
-
- getFile(String) - Method in class org.codehaus.janino.util.resource.DirectoryResourceCreator
-
- getFile() - Method in class org.codehaus.janino.util.resource.FileResource
-
- getFile(String) - Method in class org.codehaus.janino.util.resource.FileResourceCreator
-
- getFileForInput(JavaFileManager.Location, String, String) - Method in class org.codehaus.commons.compiler.jdk.ByteArrayJavaFileManager
-
- getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class org.codehaus.commons.compiler.jdk.ByteArrayJavaFileManager
-
- getFileName() - Method in class org.codehaus.commons.compiler.Location
-
- getFileName() - Method in class org.codehaus.janino.Scanner
-
- getFileName() - Method in class org.codehaus.janino.util.resource.FileResource
-
- getFileName() - Method in interface org.codehaus.janino.util.resource.Resource
-
Returns a decorative "file name" that can be used for reporting
errors and the like.
- getIAnnotations() - Method in class org.codehaus.janino.IClass
-
- getIAnnotations2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getIAnnotations2() - Method in class org.codehaus.janino.IClass
-
- getId() - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
-
- getId() - Method in interface org.codehaus.commons.compiler.ICompilerFactory
-
- getId() - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
-
- getId() - Method in class org.codehaus.janino.CompilerFactory
-
- getIMethods() - Method in class org.codehaus.janino.IClass
-
Returns all methods declared in the class or interface, its superclasses and its
superinterfaces.
- getIMethods(IClass, String, List<IClass.IMethod>) - Method in class org.codehaus.janino.UnitCompiler
-
Adds all methods with the given methodName that are declared by the type, its superclasses
and all their superinterfaces to the result list v.
- getImplementationVersion() - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
-
- getImplementationVersion() - Method in interface org.codehaus.commons.compiler.ICompilerFactory
-
- getImplementationVersion() - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
-
- getImplementationVersion() - Method in class org.codehaus.janino.CompilerFactory
-
- getImplementedTypes() - Method in interface org.codehaus.janino.Java.EnumDeclaration
-
- getImplementedTypes() - Method in class org.codehaus.janino.Java.MemberEnumDeclaration
-
- getImplementedTypes() - Method in class org.codehaus.janino.Java.PackageMemberEnumDeclaration
-
- getInnerClassesAttribute() - Method in class org.codehaus.janino.util.ClassFile
-
Find the "InnerClasses" attribute of this class file
- getInterfaces() - Method in class org.codehaus.janino.IClass
-
Returns the interfaces implemented by the class.
- getInterfaces2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getInterfaces2() - Method in class org.codehaus.janino.IClass
-
- getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - Method in class org.codehaus.commons.compiler.jdk.ByteArrayJavaFileManager
-
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class org.codehaus.commons.compiler.jdk.ByteArrayJavaFileManager
-
- getLineNumber() - Method in class org.codehaus.commons.compiler.Location
-
- getLocalVariable(Java.LocalVariableDeclarationStatement, Java.VariableDeclarator) - Method in class org.codehaus.janino.UnitCompiler
-
- getLocalVariable(Java.FunctionDeclarator.FormalParameter) - Method in class org.codehaus.janino.UnitCompiler
-
- getLocalVariable(Java.FunctionDeclarator.FormalParameter, boolean) - Method in class org.codehaus.janino.UnitCompiler
-
- getLocation() - Method in exception org.codehaus.commons.compiler.LocatedException
-
- getLocation() - Method in class org.codehaus.janino.Java.AbstractAnnotation
-
- getLocation() - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
-
- getLocation() - Method in interface org.codehaus.janino.Java.Locatable
-
- getLocation() - Method in class org.codehaus.janino.Java.Located
-
- getLocation() - Method in class org.codehaus.janino.Scanner.Token
-
- getMajorVersion() - Method in class org.codehaus.janino.util.ClassFile
-
- getMap() - Method in class org.codehaus.janino.util.resource.MapResourceCreator
-
- getMemberTypeDeclaration(String) - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
-
- getMemberTypeDeclaration(String) - Method in interface org.codehaus.janino.Java.TypeDeclaration
-
Return the member type with the given name.
- getMemberTypeDeclarations() - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
-
- getMemberTypeDeclarations() - Method in interface org.codehaus.janino.Java.TypeDeclaration
-
- getMessage() - Method in exception org.codehaus.commons.compiler.LocatedException
-
Returns the message specified at creation time, preceeded with nicely formatted location
information (if any).
- getMethod() - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- getMethod(int) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- getMethod() - Method in class org.codehaus.commons.compiler.jdk.ScriptEvaluator
-
- getMethod(int) - Method in class org.codehaus.commons.compiler.jdk.ScriptEvaluator
-
- getMethod() - Method in class org.codehaus.janino.ScriptEvaluator
-
- getMethod(int) - Method in class org.codehaus.janino.ScriptEvaluator
-
- getMethodDeclaration(String) - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
-
- getMethodDeclaration(String) - Method in interface org.codehaus.janino.Java.TypeDeclaration
-
Return the first method declared with the given name.
- getMethodDeclarations() - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
-
- getMethodDeclarations() - Method in interface org.codehaus.janino.Java.TypeDeclaration
-
- getMethods() - Method in class org.codehaus.commons.compiler.jdk.ScriptEvaluator
-
- getMinorVersion() - Method in class org.codehaus.janino.util.ClassFile
-
- getMode() - Method in class org.codehaus.janino.util.StringPattern
-
- getModifierFlags() - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
-
- getModifierFlags() - Method in interface org.codehaus.janino.Java.TypeDeclaration
-
- getName() - Method in class org.codehaus.janino.IClass.IField
-
- getName() - Method in class org.codehaus.janino.IClass.IMethod
-
- getName() - Method in interface org.codehaus.janino.Java.EnumDeclaration
-
- getName() - Method in class org.codehaus.janino.Java.InterfaceDeclaration
-
- getName() - Method in class org.codehaus.janino.Java.LocalVariableSlot
-
- getName() - Method in class org.codehaus.janino.Java.NamedClassDeclaration
-
- getName() - Method in interface org.codehaus.janino.Java.NamedTypeDeclaration
-
- getName() - Method in class org.codehaus.janino.UnitCompiler.SimpleIField
-
- getName(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.ConstantClassInfo
-
- getName(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.FieldInfo
-
- getName() - Method in class org.codehaus.janino.util.ClassFile.MethodInfo
-
- getNameAndType(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.ConstantFieldrefInfo
-
- getNameAndType(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.ConstantInterfaceMethodrefInfo
-
- getNameAndType(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.ConstantMethodrefInfo
-
- getOptionalTypeParameters() - Method in class org.codehaus.janino.Java.AbstractTypeDeclaration
-
- getOptionalTypeParameters() - Method in interface org.codehaus.janino.Java.NamedTypeDeclaration
-
- getOuterIClass() - Method in class org.codehaus.janino.IClass
-
The following types have an "outer class":
Anonymous classes declared in a non-static method of a class
Local classes declared in a non-static method of a class
Non-static member classes
- getOuterIClass2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getOuterIClass2() - Method in class org.codehaus.janino.IClass
-
- getPackageMemberTypeDeclaration(String) - Method in class org.codehaus.janino.Java.CompilationUnit
-
Return the package member class or interface declared with the given name.
- getPackageMemberTypeDeclarations() - Method in class org.codehaus.janino.Java.CompilationUnit
-
Gets all classes and interfaces declared in this compilation unit.
- getPackageName(String) - Static method in class org.codehaus.janino.Descriptor
-
Returns the package name of a class or interface reference descriptor, or null iff the class or
interface is declared in the default package.
- getParameterTypes() - Method in class org.codehaus.janino.IClass.IInvocable
-
Returns the types of the parameters of this constructor or method.
- getParameterTypes2() - Method in class org.codehaus.janino.IClass.IConstructor
-
- getParameterTypes2() - Method in class org.codehaus.janino.IClass.IInvocable
-
- getProtectionDomain(String) - Method in interface org.codehaus.commons.compiler.AbstractJavaSourceClassLoader.ProtectionDomainFactory
-
- getResourceFinder() - Method in class org.codehaus.janino.util.ResourceFinderClassLoader
-
- getReturnType() - Method in class org.codehaus.janino.IClass.IMethod
-
- getScanner() - Method in class org.codehaus.janino.Parser
-
- getSingleTypeImport(String, Location) - Method in class org.codehaus.janino.UnitCompiler
-
Check if the given simple name was imported through a single type import.
- getSlotIndex() - Method in class org.codehaus.janino.Java.LocalVariable
-
- getSlotIndex() - Method in class org.codehaus.janino.Java.LocalVariableSlot
-
- getSourceResourceName(String) - Static method in class org.codehaus.janino.util.ClassFile
-
Construct the name of a resource that could contain the source code of
the class with the given name.
- getSpecificationVersion() - Static method in class org.codehaus.commons.compiler.CompilerFactoryFactory
-
- getStart() - Method in class org.codehaus.janino.Java.LocalVariableSlot
-
- getStatements() - Method in class org.codehaus.janino.Java.Block
-
- getString() - Method in class org.codehaus.janino.util.ClassFile.ConstantUtf8Info
-
- getSuperclass() - Method in class org.codehaus.janino.IClass
-
Returns the superclass of the class.
- getSuperclass2() - Method in class org.codehaus.janino.ClassFileIClass
-
- getSuperclass2() - Method in class org.codehaus.janino.IClass
-
- getSyntheticFields() - Method in class org.codehaus.janino.Java.AbstractClassDeclaration
-
- getSyntheticFields() - Method in interface org.codehaus.janino.Java.ClassDeclaration
-
- getSyntheticIFields() - Method in class org.codehaus.janino.IClass
-
Returns the synthetic fields of an anonymous or local class, in
the order in which they are passed to all constructors.
- getTag() - Method in class org.codehaus.janino.util.ClassFile.AnnotationsAttribute.Annotation
-
- getTag() - Method in class org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ArrayElementValue
-
- getTag() - Method in class org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue
-
- getTag() - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ElementValue
-
- getTag() - Method in class org.codehaus.janino.util.ClassFile.AnnotationsAttribute.EnumConstValue
-
- getThisClassName() - Method in class org.codehaus.janino.util.ClassFile
-
- getThrownExceptions() - Method in class org.codehaus.janino.IClass.IInvocable
-
Returns the types thrown by this constructor or method.
- getThrownExceptions2() - Method in class org.codehaus.janino.IClass.IInvocable
-
- getType() - Method in class org.codehaus.janino.IClass.IField
-
- getType() - Method in interface org.codehaus.janino.Java.Annotation
-
- getType() - Method in class org.codehaus.janino.Java.LocalVariableSlot
-
- getType() - Method in class org.codehaus.janino.Java.MarkerAnnotation
-
- getType() - Method in class org.codehaus.janino.Java.NormalAnnotation
-
- getType() - Method in class org.codehaus.janino.Java.SingleElementAnnotation
-
- getType() - Method in class org.codehaus.janino.UnitCompiler.SimpleIField
-
- getUnitCompilers() - Method in class org.codehaus.janino.JavaSourceIClassLoader
-
- getValue(ClassFile) - Method in class org.codehaus.janino.util.ClassFile.ConstantValuePoolInfo
-
- getVariableDeclaratorsAndInitializers() - Method in class org.codehaus.janino.Java.AbstractClassDeclaration
-
- getVariableDeclaratorsAndInitializers() - Method in interface org.codehaus.janino.Java.ClassDeclaration
-
Returns the initializers for class variables (JLS7 8.3.2.1) and instance variables (JLS7 8.3.2.2), and
the instance initializers (JLS7 8.6) and static initializers (JLS7 8.7) in the order as they appear in
the type declaration.
- guessParameterNames(Scanner) - Static method in class org.codehaus.janino.ExpressionEvaluator
-
Guess the names of the parameters used in the given expression.
- guessParameterNames(Scanner) - Static method in class org.codehaus.janino.ScriptEvaluator
-
Guess the names of the parameters used in the given expression.