libs-steptalk/Documentation/Environment.txt
Adam Fedor c2c2d22254 Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13642 72102866-910b-0410-8b05-ffd578937521
2002-05-13 22:13:06 +00:00

57 lines
1 KiB
Text

Scripting environment descriptions
----------------------------------
Property list containing dictionary with keys:
Name
Name of scripting description
Use
Array of scripting descriptions to include.
Behaviours
Dictionary of behaviour descriptions, that can be adopted by a class or
another behaviour.
Classes
Dictionary of class descriptions.
DefaultRestriction
Aliases object name aliases (not impl.)
Behaviours
----------
Use
Adopt behaviour
SymbolicSelectors
Map of symbolic selectors.
Aliases
Method name aliases.
AllowMethods
List of allowed methods.
DenyMethods
List of denied methods.
Classes
-------
(Same items as in Behaviours)
Super
Super class name.
Restriction
Values: DenyAll, AllowAll
"DenyAll" deny all methods except those in "AllowMethods" list or
in "Aliases"
"AllowAll" allow all methods except those in "DenyMehods" list.