|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ASDefinitionCache | |
| com.adobe.flexbuilder.codemodel.definitions | |
| com.adobe.flexbuilder.codemodel.definitions.metadata | |
| com.adobe.flexbuilder.codemodel.tree | |
| Uses of ASDefinitionCache in com.adobe.flexbuilder.codemodel.definitions |
| Methods in com.adobe.flexbuilder.codemodel.definitions with parameters of type ASDefinitionCache | |
IType |
IVariable.resolveVariableType(ASDefinitionCache cache)
Look up this variable in the given scope and find its definition |
IType |
IFunction.resolveReturnType(ASDefinitionCache cache)
Look up this return type in the given scope and find its definition |
IDefinition |
IASScope.findDefinitionByName(java.lang.String name,
ASDefinitionFilter filter,
ASDefinitionCache cache)
Find the first definition that matches the name and filter properties |
IDefinition |
IASScope.findDefinitionByName(java.lang.String name,
ASDefinitionFilter filter,
ASDefinitionCache cache,
java.util.Set guard)
Find the first definition that matches the name and filter properties |
void |
IASScope.findAllDefinitionsByName(java.lang.String name,
ASDefinitionFilter filter,
ASDefinitionCache cache,
java.util.List definitions)
Find all definitions that match the name and filter |
void |
IASScope.findAllDefinitionsByName(java.lang.String name,
ASDefinitionFilter filter,
ASDefinitionCache cache,
java.util.List definitions,
java.util.Set guard)
Find all definitions that match the name and filter |
void |
IASScope.findAllDefinitions(ASDefinitionFilter filter,
ASDefinitionCache cache,
java.util.List definitions)
Find all definitions that match the filter |
void |
IASScope.findAllDefinitions(ASDefinitionFilter filter,
ASDefinitionCache cache,
java.util.List definitions,
java.util.Set guard)
Find all definitions that match the filter |
static ASDefinitionFilter |
ASDefinitionFilter.createMemberFilter(com.adobe.flexbuilder.codemodel.internal.tree.ExpressionNode object,
ASDefinitionFilter.ClassificationValue classificationRule,
ASDefinitionCache cache)
Create a member filter that's appropriate for the given object definition. |
static ASDefinitionFilter |
ASDefinitionFilter.createMemberFilter(com.adobe.flexbuilder.codemodel.internal.tree.ExpressionNode object,
IDefinition objectDefinition,
ASDefinitionFilter.ClassificationValue classificationRule,
ASDefinitionCache cache,
IASNode context)
Create a member filter that's appropriate for the given object definition. |
| Uses of ASDefinitionCache in com.adobe.flexbuilder.codemodel.definitions.metadata |
| Methods in com.adobe.flexbuilder.codemodel.definitions.metadata with parameters of type ASDefinitionCache | |
IType |
ITypedTag.resolveType(ASDefinitionCache cache)
resolves the type specified by the type property |
IType |
IStyleTag.resolveArrayType(ASDefinitionCache cache)
resolves the type specified by the arrayType property |
IVariable |
IInspectableTag.resolveVariable(ASDefinitionCache cache)
resolves the IVariable specified by the variable property |
IType |
IInspectableTag.resolveArrayType(ASDefinitionCache cache)
resolves the type specified by the arrayType property |
IEventTag |
IEventTriggerTag.resolveEventTag(ASDefinitionCache cache)
resolves the value of the event attribute |
IType |
IEventTag.resolveEventType(ASDefinitionCache cache)
resolves the type specified by the event property |
IVariable |
IDefaultPropertyTag.resolveProperty(ASDefinitionCache cache)
Resolves the property to an IVariable |
IType |
IAccessibilityTag.resolveImplementation(ASDefinitionCache cache)
resolves the type specified by the implementation property |
| Uses of ASDefinitionCache in com.adobe.flexbuilder.codemodel.tree |
| Methods in com.adobe.flexbuilder.codemodel.tree with parameters of type ASDefinitionCache | |
IDefinition |
ASOffsetInformation.getDefinition(ASDefinitionCache cache)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||