1 | package test.subtest; |
---|---|
2 | |
3 | public class enumtest { |
4 | |
5 | public enum enumtesta { |
6 | ASTNodeDecl, |
7 | DataType, |
8 | IdentityKeyword, |
9 | StringConstant, |
10 | NumericConstant, |
11 | CharConstant, |
12 | BooleanConstant, |
13 | PPKeyword, |
14 | Comment, |
15 | ImportSpec, |
16 | StructAssignValue, |
17 | EmptyTag |
18 | } |
19 | } |
20 |
Members