slcom/slangc/parser/AnnotationType.sauce

10 lines
109 B
Plaintext
Raw Permalink Normal View History

package slangc.parser;
public enum AnnotationType {
ERROR,
WARNING,
NOTE,
COMMENT,
LOCATION
}