A B C D E F G H I J K L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- n - Variable in class org.codehaus.janino.Java.AmbiguousName
- name - Variable in class org.codehaus.janino.Java.FunctionDeclarator.FormalParameter
- name - Variable in class org.codehaus.janino.Java.FunctionDeclarator
- name - Variable in class org.codehaus.janino.Java.InterfaceDeclaration
- name - Variable in class org.codehaus.janino.Java.NamedClassDeclaration
- name - Variable in class org.codehaus.janino.Java.Package
- name - Variable in class org.codehaus.janino.Java.VariableDeclarator
- NAMED_TYPE_DECLARATION - Static variable in class org.codehaus.janino.Parser.InterfaceDeclarationContext
- NamedClassDeclaration(Location, String, Java.ModifiersAndAnnotations, String, Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.NamedClassDeclaration
- nameIndex - Variable in class org.codehaus.janino.util.ClassFile.LocalVariableTableAttribute.Entry
- NATIVE - Static variable in class org.codehaus.janino.Mod
- 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
-
Create 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, IClass, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewClassInstance
- NewClassInstance(Location, Java.Rvalue, Java.Type, 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
-
Allocate an
CodeContext.Inserter
, set it to the current offset, and insert it before the current offset. - newJavaSourceClassLoader() - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
- newJavaSourceClassLoader() - Method in interface org.codehaus.commons.compiler.ICompilerFactory
- newJavaSourceClassLoader() - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
- newJavaSourceClassLoader() - Method in class org.codehaus.janino.CompilerFactory
- newJavaSourceClassLoader(ClassLoader) - Method in class org.codehaus.commons.compiler.AbstractCompilerFactory
- newJavaSourceClassLoader(ClassLoader) - Method in interface org.codehaus.commons.compiler.ICompilerFactory
- newJavaSourceClassLoader(ClassLoader) - Method in class org.codehaus.commons.compiler.jdk.CompilerFactory
- newJavaSourceClassLoader(ClassLoader) - Method in class org.codehaus.janino.CompilerFactory
- newOffset() - Method in class org.codehaus.janino.CodeContext
-
Creates and inserts an
CodeContext.Offset
at the current inserter's current position. - 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
-
Calls
FilterListIterator.delegate
.ListIterator.next()
- 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
-
Calls
FilterListIterator.delegate
.ListIterator.previous()
- 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
-
Calls
FilterListIterator.delegate
.ListIterator.nextIndex()
- nextIndex() - Method in class org.codehaus.janino.util.iterator.ReverseListIterator
-
Throws an
UnsupportedOperationException
. - 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
- NormalAnnotation(Java.Type, Java.ElementValuePair[]) - Constructor for class org.codehaus.janino.Java.NormalAnnotation
- NOT_CONSTANT - Static variable in class org.codehaus.janino.IClass
-
Special return value for
IClass.IField.getConstantValue()
indicating that the field does not have a constant value. - NOT_CONSTANT - Static variable in class org.codehaus.janino.UnitCompiler
-
Special return value for the
UnitCompiler.getConstantValue(Java.Rvalue)
method family indicating that the givenJava.Rvalue
does not evaluate to a constant value. - NOWHERE - Static variable in class org.codehaus.commons.compiler.Location
-
Representation of an unspecified location.b
- NOWHERE - Static variable in class org.codehaus.janino.Java.Located
- NULL_LITERAL - Static variable in class org.codehaus.janino.Scanner.Token
- NullLiteral(Location, String) - Constructor for class org.codehaus.janino.Java.NullLiteral
All Classes All Packages