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

O

op - Variable in class org.codehaus.janino.Java.BinaryOperation
The operator; one of thos described in Java.BinaryOperation.
open() - Method in class org.codehaus.janino.util.resource.FileResource
 
open() - Method in interface org.codehaus.janino.util.resource.Resource
Opens the resource.
openInputStream() - Method in class org.codehaus.commons.compiler.jdk.ByteArrayJavaFileManager.ByteArrayJavaFileObject
 
openOutputStream() - Method in class org.codehaus.commons.compiler.jdk.ByteArrayJavaFileManager.ByteArrayJavaFileObject
 
operand - Variable in class org.codehaus.janino.Java.Crement
The lvalue to operate upon.
operand - Variable in class org.codehaus.janino.Java.UnaryOperation
The rvalue to operate upon.
operator - Variable in class org.codehaus.janino.Java.Assignment
The assignment operator; either the 'simple assignment operator ('=', JLS7 15.26.1) or one of the 'compound assignment operators (JLS7 15.26.2).
operator - Variable in class org.codehaus.janino.Java.Crement
The operator; either "++" or "--".
operator - Variable in class org.codehaus.janino.Java.UnaryOperation
The operator (either "+", "-", "~" or "!").
OPERATOR - Static variable in class org.codehaus.janino.Scanner.Token
The token represents an operator; its Scanner.Token.value is exactly the particular operator (e.g. "<<<=").
optionalBound - Variable in class org.codehaus.janino.Java.TypeParameter
The optional bound of the type parameter.
optionalCondition - Variable in class org.codehaus.janino.Java.ForStatement
The optional 'condition' part of the 'basic FOR statement'.
optionalConstructorInvocation - Variable in class org.codehaus.janino.Java.ConstructorDeclarator
The Java.AlternateConstructorInvocation or Java.SuperConstructorInvocation, if any.
optionalElseStatement - Variable in class org.codehaus.janino.Java.IfStatement
The optional ELSE statement, which is executed iff the condition evaluates to FALSE.
optionalExpression2 - Variable in class org.codehaus.janino.Java.AssertStatement
The optional right-hand-side expression of this ASSERT statement.
optionalExtendedType - Variable in class org.codehaus.janino.Java.NamedClassDeclaration
The type of the extended class.
optionalFileName - Variable in class org.codehaus.janino.Java.CompilationUnit
A string that explains the 'file' (or similar resource) where this CU was loaded from.
optionalFinally - Variable in class org.codehaus.janino.Java.TryStatement
The optional 'finally' block of the TRY statement.
optionalInit - Variable in class org.codehaus.janino.Java.ForStatement
The optional 'init' part of the 'basic FOR statement'.
optionalInitializer - Variable in class org.codehaus.janino.Java.VariableDeclarator
The initializer for the variable, if any.
optionalLabel - Variable in class org.codehaus.janino.Java.BreakStatement
The optional label that this BREAK statement refers to.
optionalLabel - Variable in class org.codehaus.janino.Java.ContinueStatement
The optional label that this CONTINUE statement refers to.
optionalOverrideMethod - Variable in class org.codehaus.commons.compiler.jdk.ScriptEvaluator
Whether methods override a method declared by a supertype; null means "none".
optionalOverrideMethod - Variable in class org.codehaus.janino.ScriptEvaluator
Whether methods override a method declared by a supertype; null means "none".
optionalPackageDeclaration - Variable in class org.codehaus.janino.Java.CompilationUnit
The package declaration at the very top of this CU (if any).
optionalProtectionDomainFactory - Variable in class org.codehaus.commons.compiler.AbstractJavaSourceClassLoader
 
optionalQualification - Variable in class org.codehaus.janino.Java.NewAnonymousClassInstance
The qualification iff this a 'qualified anonymous class instance creation expression'.
optionalQualification - Variable in class org.codehaus.janino.Java.NewClassInstance
The qualification of this 'qualified class instance creation expression'.
optionalQualification - Variable in class org.codehaus.janino.Java.SuperclassFieldAccessExpression
The optional qualification before '.super.fld'.
optionalQualification - Variable in class org.codehaus.janino.Java.SuperConstructorInvocation
The qualification for this 'qualified superclass constructor invocation', or null iff this is an 'unqualified superclass constructor invocation'.
optionalReturnTypes - Variable in class org.codehaus.janino.ScriptEvaluator
The methods' return types; null means "none".
optionalReturnValue - Variable in class org.codehaus.janino.Java.ReturnStatement
The optional rvalue that is returned.
optionalStatements - Variable in class org.codehaus.janino.Java.FunctionDeclarator
The statements that comprise the function; null for abstract method declarations.
optionalStaticMethod - Variable in class org.codehaus.commons.compiler.jdk.ScriptEvaluator
Whether methods are static; null means "all".
optionalStaticMethod - Variable in class org.codehaus.janino.ScriptEvaluator
Whether methods are static; null means "all".
optionalTarget - Variable in class org.codehaus.janino.Java.MethodInvocation
The optional type or rvalue that qualifies this method invocation.
optionalTypeArguments - Variable in class org.codehaus.janino.Java.ReferenceType
The optional type arguments of the reference type.
optionalTypeParameters - Variable in class org.codehaus.janino.Java.InterfaceDeclaration
The optional type parameters of this interface.
optionalTypeParameters - Variable in class org.codehaus.janino.Java.NamedClassDeclaration
The optional type parameters of this interface.
optionalUpdate - Variable in class org.codehaus.janino.Java.ForStatement
The optional 'update' part of the 'basic FOR statement'.
org.codehaus.commons.compiler - package org.codehaus.commons.compiler
This package declares interfaces for the implementation of an IExpressionEvaluator, an IScriptEvaluator, an IClassBodyEvaluator and an ISimpleCompiler.
org.codehaus.commons.compiler.jdk - package org.codehaus.commons.compiler.jdk
Main package of the plugin.
org.codehaus.commons.io - package org.codehaus.commons.io
I/O utilities.
org.codehaus.janino - package org.codehaus.janino
The classes in this package pose the core of the Janino JavaTM compiler.
org.codehaus.janino.samples - package org.codehaus.janino.samples
Sample applications for the Janino JavaTM compiler.
org.codehaus.janino.tools - package org.codehaus.janino.tools
Auxiliary command line tools related to JANINO.
org.codehaus.janino.util - package org.codehaus.janino.util
Application-independent helper classes.
org.codehaus.janino.util.enumerator - package org.codehaus.janino.util.enumerator
Enumerator-related utility classes.
org.codehaus.janino.util.iterator - package org.codehaus.janino.util.iterator
Some generic Iterator-related helper classes.
org.codehaus.janino.util.resource - package org.codehaus.janino.util.resource
Classes related to loading "resources" (ResourceFinder) and creating resources (ResourceCreator).
outerClassInfoIndex - Variable in class org.codehaus.janino.util.ClassFile.InnerClassesAttribute.Entry
The fields of the classes array as described in JVMS7 4.7.6.

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