Class org.as2lib.regexp.node.TreeInfo

Description

TreeInfo is used to accumulate information about a subtree of the object graph so that optimizations can be applied to the subtree.

Field Index

deterministic, maxLength, maxValid, minLength

Method Index

new TreeInfo()
reset()

Inherited from BasicClass

Constructor Detail

TreeInfo

public function TreeInfo()

Field Detail

minLength

public minLength:Number

maxLength

public maxLength:Number

maxValid

public maxValid:Boolean

deterministic

public deterministic:Boolean

Method Detail

reset

public function reset():Void