| |
|
| java.lang.Object com.tc.aspectwerkz.transform.inlining.compiler.CompilationInfo
CompilationInfo | final public class CompilationInfo (Code) | | Info needed for the compilation of the join point, holds both the initial model and the latest redefined model.
author: Jonas BonŽr |
Inner Class :final public static class Model | |
CompilationInfo | public CompilationInfo(Model initialModel)(Code) | | |
getInitialModel | public Model getInitialModel()(Code) | | |
getRedefinedModel | public Model getRedefinedModel()(Code) | | |
getRedefinitionCounter | public int getRedefinitionCounter()(Code) | | |
hashCode | public int hashCode()(Code) | | |
incrementRedefinitionCounter | public void incrementRedefinitionCounter()(Code) | | |
setRedefinedModel | public void setRedefinedModel(Model redefinedModel)(Code) | | |
|
|
|