Home
last modified time | relevance | path

Searched refs:kindMap (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
DParse.java34 final Map<String, Node> kindMap = new HashMap<String, Node>(); field in Parse
51 kindMap.put("CommandSet", new CommandSetNode()); in Parse()
52 kindMap.put("Command", new CommandNode()); in Parse()
53 kindMap.put("Out", new OutNode()); in Parse()
54 kindMap.put("Reply", new ReplyNode()); in Parse()
55 kindMap.put("ErrorSet", new ErrorSetNode()); in Parse()
56 kindMap.put("Error", new ErrorNode()); in Parse()
57 kindMap.put("Event", new EventNode()); in Parse()
58 kindMap.put("Repeat", new RepeatNode()); in Parse()
59 kindMap.put("Group", new GroupNode()); in Parse()
[all …]