Uses of Package
org.codehaus.janino.util
Packages that use org.codehaus.janino.util
Package
Description
The core of the Janino Java compiler.
Sample applications for the Janino Java compiler.
Application-independent helper classes.
-
Classes in org.codehaus.janino.util used by org.codehaus.janinoClassDescriptionAn object in a Java class file which can have annotations (classes, methods and fields).An object that implements the Java "class file" format.The structure of the
annotations
array as described in JVMS8 4.7.16.Representation of an unmodifiableCode
attribute, as read from a class file.Representation of the "element_value" structure (see JVMS8 4.7.16.1).Representation of a "method_info" structure, as defined by JVMS7 4.5.Representation of aLineNumberTable
attribute (see JVMS 4.7.8).Representation of aLocalVariableTable
attribute (see JVMS 4.7.9).Representation of a "method_info" structure, as defined by JVMS7 4.6.Representation of an unmodifiableStackMapTable
attribute, as read from a class file.Representation of theverification_type_info
union; see JVMS8 4.7.4. -
Classes in org.codehaus.janino.util used by org.codehaus.janino.samplesClassDescriptionA basic implementation of
Traverser
; eachtraverse*(s)
method invokes thetraverse*()
methods of all Java elements subordinate tox
.Implementations of this interface promise to traverses the subnodes of an AST. -
Classes in org.codehaus.janino.util used by org.codehaus.janino.utilClassDescriptionAn object in a Java class file which can have annotations (classes, methods and fields).An object that implements the Java "class file" format.The structure of the
annotations
array as described in JVMS8 4.7.16.Representation of aRuntime[In]visibleAnnotations
attribute (see JVMS8 4.7.16/17).Representation of the "array_value" structure.Representation of a class file attribute (see JVMS7 4.7).Representation of an entry in the "exception_table" of a "Code" attribute (see JVMS 4.7.3).See JVMS7 4.4.1.Convenience class for element values that are constants (as opposed to annotations, enum constants and arrays).The visitor interface for the implementation of the "visitor" pattern.See JVMS7 4.4.2.See JVMS7 4.4.2.See JVMS7 4.4.10.See JVMS7 4.4.8.See JVMS7 4.4.2.See JVMS7 4.4.9.See JVMS7 4.4.6.Base for various the constant pool table entry types.See JVMS7 4.4.7.Intermediate base class for constant pool table entry types that have 'value' semantics: Double, Float, Integer, Long, StringRepresentation of the "element_value" structure (see JVMS8 4.7.16.1).The visitor interface for the implementation of the "visitor" pattern.Representation of the "enum_const_value" element in the "element_value" structure.Representation of a "method_info" structure, as defined by JVMS7 4.5.Representation of anInnerClasses
attribute (see JVMS 4.7.5).The structure of theclasses
array as described in JVMS7 4.7.6.The structure of the entries in theline_number_table
, as described in JVMS7 4.7.12.The structure of the entries in thelocal_variable_table
, as described in JVMS7 4.7.13.Representation of a "method_info" structure, as defined by JVMS7 4.6.Representation of aSignature
attribute (see JVMS 4.7.9).Representation of theappend_frame
structure; see JVMS8 4.7.4.Representation of thechop_frame
structure; see JVMS8 4.7.4.Representation of thefull_frame
structure; see JVMS8 4.7.4.Representation of theobject_variable_info
structure; see JVMS8 4.7.4.Representation of thesame_frame
structure; see JVMS8 4.7.4.Representation of thesame_frame_extended
structure; see JVMS8 4.7.4.Representation of thesame_locals_1_stack_item_frame
structure; see JVMS8 4.7.4.Representation of thesame_locals_1_stack_item_frame_extended
structure; see JVMS8 4.7.4.Representation of an entry in theClassFile.StackMapTableAttribute
.Representation of theuninitialized_variable_info
structure; see JVMS8 4.7.4.Representation of theverification_type_info
union; see JVMS8 4.7.4.Implementations of this interface promise to traverses the subnodes of an AST.