- value - Variable in class org.codehaus.janino.Java.Cast
-
The rvalue to convert.
- value - Variable in class org.codehaus.janino.Java.Literal
-
The text of the literal token, as in the source code.
- value - Variable in class org.codehaus.janino.Java.ParenthesizedExpression
-
The rvalue in parentheses.
- value - Variable in class org.codehaus.janino.Scanner.Token
-
The text of the token exactly as it appears in the source code.
- valueOf(String) - Static method in enum org.codehaus.janino.Access
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.codehaus.janino.Java.Primitive
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.codehaus.janino.Parser.ClassDeclarationContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.codehaus.janino.Parser.InterfaceDeclarationContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.codehaus.janino.Scanner.TokenType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.codehaus.janino.Access
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.codehaus.janino.Java.ArrayInitializer
-
The values to assign to the array elements.
- values() - Static method in enum org.codehaus.janino.Java.Primitive
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.codehaus.janino.Parser.ClassDeclarationContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.codehaus.janino.Parser.InterfaceDeclarationContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.codehaus.janino.Scanner.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ArrayElementValue
-
The values of the elements of this array element value.
- VARARGS - Static variable in class org.codehaus.janino.Mod
-
This flag is set on 'variable arity' (a.k.a.
- variableArity - Variable in class org.codehaus.janino.Java.FunctionDeclarator.FormalParameters
-
Whether this method has 'variable arity', i.e. its last parameter has an ellipsis ('...') after the
type.
- VariableDeclarator(Location, String, int, Java.ArrayInitializerOrRvalue) - Constructor for class org.codehaus.janino.Java.VariableDeclarator
-
- variableDeclarators - Variable in class org.codehaus.janino.Java.FieldDeclaration
-
The declarators of this field declaration, e.g.
- variableDeclarators - Variable in class org.codehaus.janino.Java.LocalVariableDeclarationStatement
-
The (one or more) 'variable declarators' that follow the type.
- variableDeclaratorsAndInitializers - Variable in class org.codehaus.janino.Java.AbstractClassDeclaration
-
List of
Java.TypeBodyDeclarations of this class: Field declarations (both static and non-static),
(static and non-static) initializers (a.k.a.
- visitAlternateConstructorInvocation(Java.AlternateConstructorInvocation) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitAlternateConstructorInvocation(Java.AlternateConstructorInvocation) - Method in interface org.codehaus.janino.Visitor.ConstructorInvocationVisitor
-
- visitAmbiguousName(Java.AmbiguousName) - Method in interface org.codehaus.janino.Visitor.LvalueVisitor
-
- visitAnnotation(ClassFile.AnnotationsAttribute.Annotation) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ElementValue.Visitor
-
- visitAnnotation(Java.Annotation) - Method in class org.codehaus.janino.util.Traverser
-
- visitAnnotation(Java.Annotation) - Method in interface org.codehaus.janino.Visitor.ElementValueVisitor
-
- visitAnonymousClassDeclaration(Java.AnonymousClassDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitArrayAccessExpression(Java.ArrayAccessExpression) - Method in interface org.codehaus.janino.Visitor.LvalueVisitor
-
- visitArrayElementValue(ClassFile.AnnotationsAttribute.ArrayElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ElementValue.Visitor
-
- visitArrayLength(Java.ArrayLength) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitArrayType(Java.ArrayType) - Method in interface org.codehaus.janino.Visitor.TypeArgumentVisitor
-
- visitArrayType(Java.ArrayType) - Method in interface org.codehaus.janino.Visitor.TypeVisitor
-
- visitAssertStatement(Java.AssertStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitAssignment(Java.Assignment) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitAtom(Java.Atom) - Method in class org.codehaus.janino.util.Traverser
-
- visitBinaryOperation(Java.BinaryOperation) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitBlock(Java.Block) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitBlockStatement(Java.BlockStatement) - Method in class org.codehaus.janino.util.Traverser
-
- visitBooleanElementValue(ClassFile.AnnotationsAttribute.BooleanElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitBooleanLiteral(Java.BooleanLiteral) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitBreakStatement(Java.BreakStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitByteElementValue(ClassFile.AnnotationsAttribute.ByteElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitCast(Java.Cast) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitCharacterLiteral(Java.CharacterLiteral) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitCharElementValue(ClassFile.AnnotationsAttribute.CharElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitClassElementValue(ClassFile.AnnotationsAttribute.ClassElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitClassLiteral(Java.ClassLiteral) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitConditionalExpression(Java.ConditionalExpression) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitConstructorDeclarator(Java.ConstructorDeclarator) - Method in interface org.codehaus.janino.Visitor.FunctionDeclaratorVisitor
-
- visitConstructorInvocation(Java.ConstructorInvocation) - Method in interface org.codehaus.janino.Visitor.AtomVisitor
-
- visitContinueStatement(Java.ContinueStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitCrement(Java.Crement) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitDoStatement(Java.DoStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitDoubleElementValue(ClassFile.AnnotationsAttribute.DoubleElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitElementValue(Java.ElementValue) - Method in class org.codehaus.janino.util.Traverser
-
- visitElementValueArrayInitializer(Java.ElementValueArrayInitializer) - Method in interface org.codehaus.janino.Visitor.ElementValueVisitor
-
- visitEmptyStatement(Java.EmptyStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitEnumConstant(Java.EnumConstant) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitEnumConstValue(ClassFile.AnnotationsAttribute.EnumConstValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ElementValue.Visitor
-
- visitExpressionStatement(Java.ExpressionStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitFieldAccess(Java.FieldAccess) - Method in interface org.codehaus.janino.Visitor.LvalueVisitor
-
- visitFieldAccessExpression(Java.FieldAccessExpression) - Method in interface org.codehaus.janino.Visitor.LvalueVisitor
-
- visitFieldDeclaration(Java.FieldDeclaration) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitFieldDeclaration(Java.FieldDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor
-
- visitFloatElementValue(ClassFile.AnnotationsAttribute.FloatElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitFloatingPointLiteral(Java.FloatingPointLiteral) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitForEachStatement(Java.ForEachStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitForStatement(Java.ForStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitFunctionDeclarator(Java.FunctionDeclarator) - Method in interface org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor
-
- visitIfStatement(Java.IfStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitImportDeclaration(Java.CompilationUnit.ImportDeclaration) - Method in class org.codehaus.janino.util.Traverser
-
- visitInitializer(Java.Initializer) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitInitializer(Java.Initializer) - Method in interface org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor
-
- visitInstanceof(Java.Instanceof) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitIntegerLiteral(Java.IntegerLiteral) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitIntElementValue(ClassFile.AnnotationsAttribute.IntElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitLabeledStatement(Java.LabeledStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitLocalClassDeclaration(Java.LocalClassDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitLocalClassDeclarationStatement(Java.LocalClassDeclarationStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitLocalVariableAccess(Java.LocalVariableAccess) - Method in interface org.codehaus.janino.Visitor.LvalueVisitor
-
- visitLocalVariableDeclarationStatement(Java.LocalVariableDeclarationStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitLongElementValue(ClassFile.AnnotationsAttribute.LongElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitLvalue(Java.Lvalue) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitMarkerAnnotation(Java.MarkerAnnotation) - Method in interface org.codehaus.janino.Visitor.AnnotationVisitor
-
- visitMemberAnnotationTypeDeclaration(Java.MemberAnnotationTypeDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor
-
- visitMemberAnnotationTypeDeclaration(Java.MemberAnnotationTypeDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitMemberClassDeclaration(Java.MemberClassDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor
-
- visitMemberClassDeclaration(Java.MemberClassDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitMemberEnumDeclaration(Java.MemberEnumDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor
-
- visitMemberEnumDeclaration(Java.MemberEnumDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitMemberInterfaceDeclaration(Java.MemberInterfaceDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor
-
- visitMemberInterfaceDeclaration(Java.MemberInterfaceDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitMethodDeclarator(Java.MethodDeclarator) - Method in interface org.codehaus.janino.Visitor.FunctionDeclaratorVisitor
-
- visitMethodInvocation(Java.MethodInvocation) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitNewAnonymousClassInstance(Java.NewAnonymousClassInstance) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitNewArray(Java.NewArray) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitNewClassInstance(Java.NewClassInstance) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitNewInitializedArray(Java.NewInitializedArray) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitNormalAnnotation(Java.NormalAnnotation) - Method in interface org.codehaus.janino.Visitor.AnnotationVisitor
-
- visitNullLiteral(Java.NullLiteral) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- Visitor - Class in org.codehaus.janino
-
The basis for the "visitor" pattern as described in "Gamma, Helm, Johnson, Vlissides: Design Patterns".
- Visitor.AnnotationVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.AtomVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.BlockStatementVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.ConstructorInvocationVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.ElementValueVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.FunctionDeclaratorVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.ImportVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.LvalueVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.RvalueVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.TypeArgumentVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.TypeBodyDeclarationVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
The visitor for all kinds of
Java.TypeBodyDeclarations (declarations that may appear in the body of a
type declaration).
- Visitor.TypeDeclarationVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- Visitor.TypeVisitor<R,EX extends Throwable> - Interface in org.codehaus.janino
-
- visitPackage(Java.Package) - Method in interface org.codehaus.janino.Visitor.AtomVisitor
-
- visitPackageMemberAnnotationTypeDeclaration(Java.PackageMemberAnnotationTypeDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitPackageMemberClassDeclaration(Java.AbstractPackageMemberClassDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitPackageMemberEnumDeclaration(Java.PackageMemberEnumDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitPackageMemberInterfaceDeclaration(Java.PackageMemberInterfaceDeclaration) - Method in interface org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
- visitParameterAccess(Java.ParameterAccess) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitParenthesizedExpression(Java.ParenthesizedExpression) - Method in interface org.codehaus.janino.Visitor.LvalueVisitor
-
- visitPrimitiveType(Java.PrimitiveType) - Method in interface org.codehaus.janino.Visitor.TypeVisitor
-
- visitQualifiedThisReference(Java.QualifiedThisReference) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitReferenceType(Java.ReferenceType) - Method in interface org.codehaus.janino.Visitor.TypeArgumentVisitor
-
- visitReferenceType(Java.ReferenceType) - Method in interface org.codehaus.janino.Visitor.TypeVisitor
-
- visitReturnStatement(Java.ReturnStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitRvalue(Java.Rvalue) - Method in interface org.codehaus.janino.Visitor.AtomVisitor
-
- visitRvalue(Java.Rvalue) - Method in interface org.codehaus.janino.Visitor.ElementValueVisitor
-
- visitRvalueMemberType(Java.RvalueMemberType) - Method in interface org.codehaus.janino.Visitor.TypeVisitor
-
- visitShortElementValue(ClassFile.AnnotationsAttribute.ShortElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitSimpleConstant(Java.SimpleConstant) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitSimpleType(Java.SimpleType) - Method in interface org.codehaus.janino.Visitor.TypeVisitor
-
- visitSingleElementAnnotation(Java.SingleElementAnnotation) - Method in interface org.codehaus.janino.Visitor.AnnotationVisitor
-
- visitSingleStaticImportDeclaration(Java.CompilationUnit.SingleStaticImportDeclaration) - Method in interface org.codehaus.janino.Visitor.ImportVisitor
-
- visitSingleTypeImportDeclaration(Java.CompilationUnit.SingleTypeImportDeclaration) - Method in interface org.codehaus.janino.Visitor.ImportVisitor
-
- visitStaticImportOnDemandDeclaration(Java.CompilationUnit.StaticImportOnDemandDeclaration) - Method in interface org.codehaus.janino.Visitor.ImportVisitor
-
- visitStringElementValue(ClassFile.AnnotationsAttribute.StringElementValue) - Method in interface org.codehaus.janino.util.ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor
-
- visitStringLiteral(Java.StringLiteral) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitSuperclassFieldAccessExpression(Java.SuperclassFieldAccessExpression) - Method in interface org.codehaus.janino.Visitor.LvalueVisitor
-
- visitSuperclassMethodInvocation(Java.SuperclassMethodInvocation) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitSuperConstructorInvocation(Java.SuperConstructorInvocation) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitSuperConstructorInvocation(Java.SuperConstructorInvocation) - Method in interface org.codehaus.janino.Visitor.ConstructorInvocationVisitor
-
- visitSwitchStatement(Java.SwitchStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitSynchronizedStatement(Java.SynchronizedStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitThisReference(Java.ThisReference) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitThrowStatement(Java.ThrowStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitTryStatement(Java.TryStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitType(Java.Type) - Method in interface org.codehaus.janino.Visitor.AtomVisitor
-
- visitTypeBodyDeclaration(Java.TypeBodyDeclaration) - Method in class org.codehaus.janino.util.Traverser
-
- visitTypeDeclaration(Java.TypeDeclaration) - Method in class org.codehaus.janino.util.Traverser
-
- visitTypeImportOnDemandDeclaration(Java.CompilationUnit.TypeImportOnDemandDeclaration) - Method in interface org.codehaus.janino.Visitor.ImportVisitor
-
- visitUnaryOperation(Java.UnaryOperation) - Method in interface org.codehaus.janino.Visitor.RvalueVisitor
-
- visitWhileStatement(Java.WhileStatement) - Method in interface org.codehaus.janino.Visitor.BlockStatementVisitor
-
- visitWildcard(Java.Wildcard) - Method in interface org.codehaus.janino.Visitor.TypeArgumentVisitor
-
- VOID - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the type void.
- VOID - Static variable in class org.codehaus.janino.IClass
-
The
IClass object for the type VOID.
- VOLATILE - Static variable in class org.codehaus.janino.Mod
-
This flag is set on VOLATILE fields and is mutually exclusive with
Mod.FINAL.