Package net.jangaroo.jooc.model
Interface TypedModel
-
- All Superinterfaces:
ActionScriptModel
- All Known Implementing Classes:
AbstractTypedModel,FieldModel,MemberModel,MethodModel,ParamModel,PropertyModel,ReturnModel
public interface TypedModel extends ActionScriptModel
Created with IntelliJ IDEA. User: fwienber Date: 21.05.12 Time: 15:55 To change this template use File | Settings | File Templates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()voidsetType(String type)-
Methods inherited from interface net.jangaroo.jooc.model.ActionScriptModel
visit
-
-