com.google.caja.ancillary.opt
Class ParseTreeKB.Result

java.lang.Object
  extended by com.google.caja.ancillary.opt.ParseTreeKB.Result
Enclosing class:
ParseTreeKB

private static class ParseTreeKB.Result
extends java.lang.Object

Holds the result of optimizing a single node, and its digest.


Field Summary
(package private)  java.lang.String digest
           
(package private)  ParseTreeNode node
           
 
Constructor Summary
private ParseTreeKB.Result()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

digest

java.lang.String digest

node

ParseTreeNode node
Constructor Detail

ParseTreeKB.Result

private ParseTreeKB.Result()


Copyright (C) 2008 Google Inc.
Licensed under the Apache License, Version 2.0