abc.weaving.matching
Class PreinitializationShadowType

java.lang.Object
  extended by abc.weaving.matching.ShadowType
      extended by abc.weaving.matching.PreinitializationShadowType

public class PreinitializationShadowType
extends ShadowType

A joinpoint shadow that applies at "preinitialization"

Author:
Ganesh Sittampalam

Constructor Summary
PreinitializationShadowType()
           
 
Method Summary
 ShadowMatch matchesAt(MethodPosition pos)
          Find out if there is a join point shadow of the relevant type at the given MethodPosition, and if so return it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreinitializationShadowType

public PreinitializationShadowType()
Method Detail

matchesAt

public ShadowMatch matchesAt(MethodPosition pos)
Description copied from class: ShadowType
Find out if there is a join point shadow of the relevant type at the given MethodPosition, and if so return it

Specified by:
matchesAt in class ShadowType