jasco.runtime.inline
Class FieldGeneratorProperty

java.lang.Object
  extended by jasco.runtime.inline.FieldGeneratorProperty

public class FieldGeneratorProperty
extends java.lang.Object

Author:
Wim

Constructor Summary
FieldGeneratorProperty(java.util.Vector hooks, MethodJoinpoint jp)
           
 
Method Summary
 java.util.Vector getHooks()
           
 MethodJoinpoint getJP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldGeneratorProperty

public FieldGeneratorProperty(java.util.Vector hooks,
                              MethodJoinpoint jp)
Parameters:
hooks -
jp -
Method Detail

getHooks

public java.util.Vector getHooks()
Returns:
Returns the hooks.

getJP

public MethodJoinpoint getJP()
Returns:
Returns the jp.