Java Reference
In-Depth Information
Table 14-18
AdviceContext Operations
Return Type
Name
Description
Object
proceed ()
Evaluates the extension
Object
proceed (List)
Evaluates the extension with List of Objects
The supertype of Definition is Object .
Table 14-19
Definition Properties
Type
Name
Description
List
paramNames
List of the parameter names
List
paramTypes
List of the parameter types
Type
targetType
Type of the target definition
String
name
Name of the target definition
Table 14-20
Definition Operations
Return Type
Name
Description
String
toString ()
Returns a String of Definition Type, name, and
parameters
Void
proceed (Object, List)
Evaluates the extension and parameters
Void
proceed ()
The supertype of Iterator is Object .
Table 14-21
Iterator Properties
Type
Name
Description
Boolean
firstIteration
A Boolean property that signals that this is the first
iteration
Boolean
lastIteration
A Boolean property that signals that this is the last iteration
Integer
counter1
An incrementing Integer value starting at 1
Integer
elements
An Integer value indicating the number of elements in the
collection
Integer
counter0
An incrementing Integer value starting at 0
 
Search WWH ::




Custom Search