public abstract class ShadowVariableDescriptor extends VariableDescriptor
entityDescriptor, variableMemberAccessor, variableName| Constructor and Description |
|---|
ShadowVariableDescriptor(EntityDescriptor entityDescriptor,
MemberAccessor variableMemberAccessor) |
| Modifier and Type | Method and Description |
|---|---|
abstract VariableListener |
buildVariableListener(InnerScoreDirector scoreDirector) |
int |
getGlobalShadowOrder() |
abstract Demand |
getProvidedDemand() |
abstract List<VariableDescriptor> |
getSourceVariableDescriptorList() |
abstract void |
linkShadowSources(DescriptorPolicy descriptorPolicy) |
abstract void |
processAnnotations(DescriptorPolicy descriptorPolicy) |
void |
setGlobalShadowOrder(int globalShadowOrder) |
getEntityDescriptor, getShadowVariableDescriptorList, getSimpleEntityAndVariableName, getValue, getVariableName, getVariablePropertyType, isValueNoPotentialAnchor, registerShadowVariableDescriptor, setValue, toStringpublic ShadowVariableDescriptor(EntityDescriptor entityDescriptor, MemberAccessor variableMemberAccessor)
public abstract void processAnnotations(DescriptorPolicy descriptorPolicy)
public abstract void linkShadowSources(DescriptorPolicy descriptorPolicy)
public abstract List<VariableDescriptor> getSourceVariableDescriptorList()
public int getGlobalShadowOrder()
public void setGlobalShadowOrder(int globalShadowOrder)
public abstract Demand getProvidedDemand()
public abstract VariableListener buildVariableListener(InnerScoreDirector scoreDirector)
scoreDirector - never nullCopyright © 2006–2015 JBoss by Red Hat. All rights reserved.