All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
IInstantiationBehavior.InstanceBehavior |
getBehavior(TypeName type,
TypeName asParameterTo,
MethodReference inCall,
String withName)
Returns how the model should behave on the type.
|
IInstantiationBehavior.InstanceBehavior |
getDafultBehavior() |
IInstantiationBehavior.Exactness |
getExactness(TypeName type,
TypeName asParameterTo,
MethodReference inCall,
String withName)
The Exactness depends on how the behavior to a type was determined.
|
void |
setBehavior(Atom pack,
TypeName asParameterTo,
MethodReference inCall,
String withName,
IInstantiationBehavior.InstanceBehavior beh,
IInstantiationBehavior.Exactness exactness) |
void |
setBehavior(TypeName type,
TypeName asParameterTo,
MethodReference inCall,
String withName,
IInstantiationBehavior.InstanceBehavior beh,
IInstantiationBehavior.Exactness exactness) |
void |
setDefaultBehavior(IInstantiationBehavior.InstanceBehavior defaultBehavior) |
protected static Atom |
type2atom(TypeName type)
Convert a TypeName back to an Atom.
|