|
Class: SyntaxElementVariable
Object
|
+--Magnitude
|
+--SyntaxElement
|
+--SyntaxElementVariable
- Package:
- stx:libtool
- Category:
- Interface-CodeView-Syntax
- Version:
- rev:
1.8
date: 2021/01/20 13:08:18
- user: cg
- file: SyntaxElementVariable.st directory: libtool
- module: stx stc-classLibrary: libtool
documentation to be added
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2006 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
assigned
-
-
assigned: something
-
-
name
-
-
name: something
-
queries
-
isClass
-
(comment from inherited method)
return true if the receiver is some kind of class
(real class, not just behavior);
false is returned here - the method is only redefined in Class.
-
isGlobal
-
-
isInstanceVariable
-
-
isVariable
-
|