Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
org.codehaus.janino.samples |
Sample applications for the Janino JavaTM compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
org.codehaus.janino.util.iterator |
Some generic
Iterator -related helper classes. |
Class and Description |
---|
ClassFile
An object that represents the Java™ "class file" format.
|
ClassFile.AttributeInfo
Representation of a class file attribute (see JVMS7 4.7).
|
StringPattern
Implementation of a UNIX shell-like string pattern algorithm.
|
Class and Description |
---|
Traverser
This class traverses the subnodes of an AST.
|
Class and Description |
---|
Benchmark.Reporter
Interface used to report messages.
|
ClassFile
An object that represents the Java™ "class file" format.
|
ClassFile.AttributeInfo
Representation of a class file attribute (see JVMS7 4.7).
|
ClassFile.ConstantClassInfo
See JVMS7 4.4.1.
|
ClassFile.ConstantNameAndTypeInfo
See JVMS7 4.4.6.
|
ClassFile.ConstantPoolInfo
Base for various the constant pool table entry types.
|
ClassFile.ConstantValuePoolInfo
Intermediate base class for constant pool table entry types that have 'value' semantics: Double, Float,
Integer, Long, String
|
ClassFile.FieldInfo
Representation of a "method_info" structure, as defined by JVMS7 4.5.
|
ClassFile.InnerClassesAttribute
Representation of an "InnerClasses" attribute (see JVMS 4.7.5).
|
ClassFile.InnerClassesAttribute.Entry
The structure of the
classes array as described in JVMS7 4.7.6. |
ClassFile.LineNumberTableAttribute.Entry
The structure of the entries in the
line_number_table , as described in JVMS7 4.7.12. |
ClassFile.LocalVariableTableAttribute.Entry
The structure of the entries in the
local_variable_table , as described in JVMS7 4.7.13. |
ClassFile.MethodInfo
Representation of a "method_info" structure, as defined by JVMS7 4.6.
|
StringPattern
Implementation of a UNIX shell-like string pattern algorithm.
|
Class and Description |
---|
Producer
An object that produces some
Object each time the
Producer.produce() method is invoked. |
Copyright © 2001–2016. All rights reserved.