org.codehaus.aspectwerkz.joinpoint.management
Class JoinPointManager.CompiledJoinPoint

java.lang.Object
  extended by org.codehaus.aspectwerkz.joinpoint.management.JoinPointManager.CompiledJoinPoint
Enclosing class:
JoinPointManager

public static class JoinPointManager.CompiledJoinPoint
extends Object

A compiled joinpoint is tied to a compilation model at a given time


Field Summary
 byte[] bytecode
           
 CompilationInfo compilationInfo
           
 
Constructor Summary
JoinPointManager.CompiledJoinPoint(CompilationInfo.Model model)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytecode

public byte[] bytecode

compilationInfo

public CompilationInfo compilationInfo
Constructor Detail

JoinPointManager.CompiledJoinPoint

public JoinPointManager.CompiledJoinPoint(CompilationInfo.Model model)


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.