- n - Variable in class org.codehaus.janino.Java.AmbiguousName
-
- name - Variable in class org.codehaus.janino.Java.EnumConstant
-
The name of the declared enum constant.
- name - Variable in class org.codehaus.janino.Java.FunctionDeclarator.FormalParameter
-
The name of the parameter.
- name - Variable in class org.codehaus.janino.Java.FunctionDeclarator
-
The name of the function ("<init>" for constructors).
- name - Variable in class org.codehaus.janino.Java.InterfaceDeclaration
-
The simple name of the interface.
- name - Variable in class org.codehaus.janino.Java.NamedClassDeclaration
-
The simple name of this class.
- name - Variable in class org.codehaus.janino.Java.Package
-
The complete name of a package, e.g.
- name - Variable in class org.codehaus.janino.Java.TypeParameter
-
The name of the type variable.
- name - Variable in class org.codehaus.janino.Java.VariableDeclarator
-
The name of this field or local variable.
- NamedClassDeclaration(Location, String, Java.Modifiers, String, Java.TypeParameter[], Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.NamedClassDeclaration
-
- nameIndex - 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.
- NATIVE - Static variable in class org.codehaus.janino.Mod
-
This flag is set on NATIVE methods, and is mutually exclusive with
Mod.ABSTRACT.
- NewAnonymousClassInstance(Location, Java.Rvalue, Java.AnonymousClassDeclaration, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewAnonymousClassInstance
-
- NewArray(Location, Java.Type, Java.Rvalue[], int) - Constructor for class org.codehaus.janino.Java.NewArray
-
Creates a new array with dimension dimExprs.length + dims.
- newClassBodyEvaluator() - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
-
- newClassBodyEvaluator() - Method in interface org.codehaus.commons.compiler.ICompilerFactory
-
- newClassBodyEvaluator() - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
-
- newClassBodyEvaluator() - Method in class org.codehaus.janino.CompilerFactory
-
- NewClassInstance(Location, Java.Rvalue, Java.Type, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewClassInstance
-
- NewClassInstance(Location, Java.Rvalue, IClass, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewClassInstance
-
- newExpressionEvaluator() - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
-
- newExpressionEvaluator() - Method in interface org.codehaus.commons.compiler.ICompilerFactory
-
- newExpressionEvaluator() - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
-
- newExpressionEvaluator() - Method in class org.codehaus.janino.CompilerFactory
-
- NewInitializedArray(Location, Java.ArrayType, Java.ArrayInitializer) - Constructor for class org.codehaus.janino.Java.NewInitializedArray
-
- newInserter() - Method in class org.codehaus.janino.CodeContext
-
Allocates an
CodeContext.Inserter, set it to the current offset, and inserts it before the current offset.
- newJavaSourceClassLoader() - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
-
- newJavaSourceClassLoader(ClassLoader) - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
-
- newJavaSourceClassLoader() - Method in interface org.codehaus.commons.compiler.ICompilerFactory
-
- newJavaSourceClassLoader(ClassLoader) - Method in interface org.codehaus.commons.compiler.ICompilerFactory
-
- newJavaSourceClassLoader() - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
-
- newJavaSourceClassLoader(ClassLoader) - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
-
- newJavaSourceClassLoader() - Method in class org.codehaus.janino.CompilerFactory
-
- newJavaSourceClassLoader(ClassLoader) - Method in class org.codehaus.janino.CompilerFactory
-
- newOffset() - Method in class org.codehaus.janino.CodeContext
-
- newScriptEvaluator() - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
-
- newScriptEvaluator() - Method in interface org.codehaus.commons.compiler.ICompilerFactory
-
- newScriptEvaluator() - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
-
- newScriptEvaluator() - Method in class org.codehaus.janino.CompilerFactory
-
- newSimpleCompiler() - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
-
- newSimpleCompiler() - Method in interface org.codehaus.commons.compiler.ICompilerFactory
-
- newSimpleCompiler() - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
-
- newSimpleCompiler() - Method in class org.codehaus.janino.CompilerFactory
-
- next() - Method in class org.codehaus.janino.util.iterator.EnumerationIterator
-
- next() - Method in class org.codehaus.janino.util.iterator.FilterIterator
-
- next() - Method in class org.codehaus.janino.util.iterator.FilterListIterator
-
- next() - Method in class org.codehaus.janino.util.iterator.MultiDimensionalIterator
-
- next() - Method in class org.codehaus.janino.util.iterator.ProducerIterator
-
- next() - Method in class org.codehaus.janino.util.iterator.ReverseListIterator
-
- next() - Method in class org.codehaus.janino.util.iterator.TransformingIterator
-
- next() - Method in class org.codehaus.janino.util.iterator.TraversingIterator
-
- next() - Method in class org.codehaus.janino.util.MultiIterator
-
- nextIndex() - Method in class org.codehaus.janino.util.iterator.FilterListIterator
-
- nextIndex() - Method in class org.codehaus.janino.util.iterator.ReverseListIterator
-
- NO_ANNOTATIONS - Static variable in class org.codehaus.janino.IClass
-
- NO_DESTINATION_DIRECTORY - Static variable in class org.codehaus.janino.Compiler
-
Backwards compatibility -- previously, "null" was officially documented.
- NONE - Static variable in class org.codehaus.janino.Mod
-
An alias for '0' -- no modifiers.
- NormalAnnotation(Java.ReferenceType, Java.ElementValuePair[]) - Constructor for class org.codehaus.janino.Java.NormalAnnotation
-
- NOT_CONSTANT - Static variable in class org.codehaus.janino.IClass
-
- NOT_CONSTANT - Static variable in class org.codehaus.janino.UnitCompiler
-
- NotNull - Annotation Type in org.codehaus.commons.nullanalysis
-
Designates that a field, return value, argument, or variable is guaranteed to be non-null.
- NotNullByDefault - Annotation Type in org.codehaus.commons.nullanalysis
-
By default, types in method signatures that lack a null annotation are regarded as nullable.
- NOWHERE - Static variable in class org.codehaus.commons.compiler.Location
-
Representation of an unspecified location.
- NOWHERE - Static variable in class org.codehaus.janino.Java.Located
-
Indication of 'no' or 'unknown' location.
- Nullable - Annotation Type in org.codehaus.commons.nullanalysis
-
Designates that a field, return value, argument, or variable may be null.
- NullLiteral(Location, String) - Constructor for class org.codehaus.janino.Java.NullLiteral
-