JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.core
Class WrappingChain

java.lang.Object
  |
  +--org.objectweb.jac.core.WrappingChain

public class WrappingChain
extends Object


Field Summary
 Object[][] chain
          Each element of this array is a two elements array whose 1st element is the wrapper, and whose 2nd element is the wrappingMethod
 
Constructor Summary
WrappingChain()
           
WrappingChain(Object[][] chain)
           
 
Method Summary
 void add(int rank, Object[] wrappingMethod)
           
 boolean contains(Object[] wrappingMethod)
           
 Object[] get(int i)
           
 void remove(int rank)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

chain

public Object[][] chain
Each element of this array is a two elements array whose 1st element is the wrapper, and whose 2nd element is the wrappingMethod

Constructor Detail

WrappingChain

public WrappingChain(Object[][] chain)

WrappingChain

public WrappingChain()
Method Detail

add

public void add(int rank,
                Object[] wrappingMethod)

contains

public boolean contains(Object[] wrappingMethod)

remove

public void remove(int rank)

size

public int size()

get

public Object[] get(int i)

toString

public String toString()
Overrides:
toString in class Object

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli