net.jangaroo.jooc.model
Interface NamespacedModel

All Superinterfaces:
ActionScriptModel
All Known Implementing Classes:
ClassModel, FieldModel, MemberModel, MethodModel, NamespaceModel, PropertyModel

public interface NamespacedModel
extends ActionScriptModel

A model with a namespace. In ActionScript, there are some predefined namespaces (see enum constants) and custom namespaces, which can be any identifier that has been declared as a namespace.


Field Summary
static String INTERNAL
           
static String PRIVATE
           
static String PROTECTED
           
static String PUBLIC
           
 
Method Summary
 String getNamespace()
           
 void setNamespace(String namespace)
           
 
Methods inherited from interface net.jangaroo.jooc.model.ActionScriptModel
visit
 

Field Detail

PUBLIC

static final String PUBLIC
See Also:
Constant Field Values

INTERNAL

static final String INTERNAL
See Also:
Constant Field Values

PROTECTED

static final String PROTECTED
See Also:
Constant Field Values

PRIVATE

static final String PRIVATE
See Also:
Constant Field Values
Method Detail

getNamespace

String getNamespace()

setNamespace

void setNamespace(String namespace)


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.