TreeInfo
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Author: | Igor Sadovskiy |
| Classpath: | org.as2lib.regexp.node.TreeInfo |
| File last modified: | Tuesday, 11 October 2005, 16:56:16 |
TreeInfo is used to accumulate information about a subtree of the object graph so that optimizations can be applied to the subtree.
Summary
Constructor
Instance properties
Constructor
TreeInfo
function TreeInfo (
)
Instance properties
deterministic
deterministic:Boolean
(read,write)
maxLength
maxLength:Number
(read,write)
maxValid
maxValid:Boolean
(read,write)
minLength
minLength:Number
(read,write)
Instance methods
reset
function reset (
) : Void