|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ASPhysicalTypeCategory | |
|---|---|
| org.gvnix.flex.as.classpath | |
| org.gvnix.flex.as.classpath.as3parser | |
| org.gvnix.flex.as.classpath.details | |
| Uses of ASPhysicalTypeCategory in org.gvnix.flex.as.classpath |
|---|
| Methods in org.gvnix.flex.as.classpath that return ASPhysicalTypeCategory | |
|---|---|
ASPhysicalTypeCategory |
ASPhysicalTypeDetails.getPhysicalTypeCategory()
|
static ASPhysicalTypeCategory |
ASPhysicalTypeCategory.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ASPhysicalTypeCategory[] |
ASPhysicalTypeCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of ASPhysicalTypeCategory in org.gvnix.flex.as.classpath.as3parser |
|---|
| Methods in org.gvnix.flex.as.classpath.as3parser that return ASPhysicalTypeCategory | |
|---|---|
ASPhysicalTypeCategory |
As3ParserMutableClassOrInterfaceTypeDetails.getPhysicalTypeCategory()
|
| Uses of ASPhysicalTypeCategory in org.gvnix.flex.as.classpath.details |
|---|
| Methods in org.gvnix.flex.as.classpath.details that return ASPhysicalTypeCategory | |
|---|---|
ASPhysicalTypeCategory |
DefaultASPhysicalTypeDetails.getPhysicalTypeCategory()
|
ASPhysicalTypeCategory |
DefaultASClassOrInterfaceTypeDetails.getPhysicalTypeCategory()
|
| Constructors in org.gvnix.flex.as.classpath.details with parameters of type ASPhysicalTypeCategory | |
|---|---|
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)
|
|
DefaultASClassOrInterfaceTypeDetails(String declaredByMetadataId,
ActionScriptType name,
ASPhysicalTypeCategory physicalTypeCategory,
List<ASMetaTagMetadata> typeMetaTags)
|
|
DefaultASPhysicalTypeDetails(ASPhysicalTypeCategory physicalTypeCategory,
ActionScriptType name)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||