|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ASMethodMetadata | |
|---|---|
| org.gvnix.flex.as.classpath.as3parser | |
| org.gvnix.flex.as.classpath.as3parser.details | |
| org.gvnix.flex.as.classpath.details | |
| Uses of ASMethodMetadata in org.gvnix.flex.as.classpath.as3parser |
|---|
| Methods in org.gvnix.flex.as.classpath.as3parser that return types with arguments of type ASMethodMetadata | |
|---|---|
List<ASMethodMetadata> |
As3ParserMutableClassOrInterfaceTypeDetails.getDeclaredMethods()
|
| Methods in org.gvnix.flex.as.classpath.as3parser with parameters of type ASMethodMetadata | |
|---|---|
void |
As3ParserMutableClassOrInterfaceTypeDetails.addMethod(ASMethodMetadata methodMetadata)
|
void |
As3ParserMutableClassOrInterfaceTypeDetails.addMethod(ASMethodMetadata methodMetadata,
boolean flush)
|
| Uses of ASMethodMetadata in org.gvnix.flex.as.classpath.as3parser.details |
|---|
| Classes in org.gvnix.flex.as.classpath.as3parser.details that implement ASMethodMetadata | |
|---|---|
class |
As3ParserMethodMetadata
Parser-specific metadata representation of an ActionScript method. |
| Methods in org.gvnix.flex.as.classpath.as3parser.details with parameters of type ASMethodMetadata | |
|---|---|
static void |
As3ParserMethodMetadata.addMethod(CompilationUnitServices compilationUnitServices,
uk.co.badgersinfoil.metaas.dom.ASType type,
ASMethodMetadata declaredMethod,
boolean permitFlush)
|
| Uses of ASMethodMetadata in org.gvnix.flex.as.classpath.details |
|---|
| Classes in org.gvnix.flex.as.classpath.details that implement ASMethodMetadata | |
|---|---|
class |
DefaultASMethodMetadata
Default metadata representation of an ActionScript method. |
| Methods in org.gvnix.flex.as.classpath.details that return types with arguments of type ASMethodMetadata | |
|---|---|
List<ASMethodMetadata> |
DefaultASClassOrInterfaceTypeDetails.getDeclaredMethods()
|
List<ASMethodMetadata> |
ASMemberHoldingTypeDetails.getDeclaredMethods()
|
| Methods in org.gvnix.flex.as.classpath.details with parameters of type ASMethodMetadata | |
|---|---|
void |
ASMutableClassOrInterfaceTypeDetails.addMethod(ASMethodMetadata methodMetadata)
Adds a new method. |
void |
ASMutableClassOrInterfaceTypeDetails.addMethod(ASMethodMetadata methodMetadata,
boolean flush)
Adds a new method. |
| Constructor parameters in org.gvnix.flex.as.classpath.details with type arguments of type ASMethodMetadata | |
|---|---|
DefaultASClassOrInterfaceTypeDetails(String declaredByMetadataId,
ActionScriptType name,
ASPhysicalTypeCategory physicalTypeCategory,
List<ASFieldMetadata> declaredFields,
ASConstructorMetadata declaredConstructor,
List<ASMethodMetadata> declaredMethods,
ASClassOrInterfaceTypeDetails superClass,
List<ActionScriptType> extendsTypes,
List<ActionScriptType> implementsTypes,
List<ASMetaTagMetadata> typeMetaTags)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||