slcom/slangc/codegraph/TypeType.sauce

10 lines
109 B
Plaintext
Raw Permalink Normal View History

package slangc.codegraph;
public enum TypeType {
UNINITIALISED,
CLASS,
INTERFACE,
ENUM,
TAG
}