Searched defs:treeInfoKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java47 protected static final Context.Key<TreeInfo> treeInfoKey = field in class:TreeInfo
51 TreeInfo instance = context.get(treeInfoKey);
62 context.put(treeInfoKey, this);

Completed in 32 milliseconds