codesimian
Class Tags
java.lang.Object
codesimian.Tags
public abstract class Tags
- extends java.lang.Object
Standard tags, attributes, and properties that have some standard meaning about a CS.
Any CS might have some set of TAGS. Each tag is a CS object, so its compatible with
the normal things CSs do and invisible unless you know what you're looking for.
Try to minimize the extra code added by using tags.
Tags are a universal grouping system, and I invite you to add
new useful tags to this file and try to phase-out obsolete tags.
This is not a complete listing of tags. Any CS can be used as a tag.
|
Constructor Summary |
Tags()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isConstant
public static final CS isConstant
notConstant
public static final CS notConstant
Tags
public Tags()