org.gvnix.flex.as.classpath.details
Interface ASMemberHoldingTypeDetails

All Superinterfaces:
ASPhysicalTypeDetails
All Known Subinterfaces:
ASClassOrInterfaceTypeDetails, ASMutableClassOrInterfaceTypeDetails
All Known Implementing Classes:
As3ParserMutableClassOrInterfaceTypeDetails, DefaultASClassOrInterfaceTypeDetails

public interface ASMemberHoldingTypeDetails
extends ASPhysicalTypeDetails

Details of a member holding ActionScript type (i.e., a class or interface).

Author:
Jeremy Grelle

Method Summary
 ASConstructorMetadata getDeclaredConstructor()
           
 List<ASFieldMetadata> getDeclaredFields()
           
 List<ASMethodMetadata> getDeclaredMethods()
           
 List<ActionScriptType> getExtendsTypes()
           
 List<ActionScriptType> getImplementsTypes()
           
 List<ASMetaTagMetadata> getTypeMetaTags()
           
 
Methods inherited from interface org.gvnix.flex.as.classpath.ASPhysicalTypeDetails
getName, getPhysicalTypeCategory
 

Method Detail

getDeclaredMethods

List<ASMethodMetadata> getDeclaredMethods()

getDeclaredConstructor

ASConstructorMetadata getDeclaredConstructor()

getDeclaredFields

List<ASFieldMetadata> getDeclaredFields()

getTypeMetaTags

List<ASMetaTagMetadata> getTypeMetaTags()

getExtendsTypes

List<ActionScriptType> getExtendsTypes()

getImplementsTypes

List<ActionScriptType> getImplementsTypes()


Copyright © 2010–2015 Conselleria d'Infraestructures i Transport - Generalitat Valenciana. All rights reserved.