JAVA Viewer Test

Home|code_thinker_java/src/test/subtest/subtesta.java
1package test.subtest;
2
3public class subtesta {
4
5    public enum ASTTagTypeTEST {
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    public String mydata = "";
21
22    public String getData() {
23        return mydata;
24    }
25
26}
27
MembersX
subtesta:ASTTagTypeTEST:EmptyTag
subtesta:getData
subtesta:mydata
subtesta:ASTTagTypeTEST:NumericConstant
subtesta:ASTTagTypeTEST:DataType
subtesta:ASTTagTypeTEST:StructAssignValue
subtesta:ASTTagTypeTEST:PPKeyword
subtesta:ASTTagTypeTEST:Comment
subtesta:ASTTagTypeTEST:ASTNodeDecl
subtesta:ASTTagTypeTEST:CharConstant
subtesta:ASTTagTypeTEST:BooleanConstant
subtesta:ASTTagTypeTEST:IdentityKeyword
subtesta:ASTTagTypeTEST:ImportSpec
subtesta:ASTTagTypeTEST:StringConstant
Members
X