Search
ByteCode Constructor
See Also
 






Initializes a new instance of the ByteCode class from the specified parse tree root.

Namespace: com.mindfusion.scripting
File: com.mindfusion.scripting

 Syntax

Java  Copy Code

public ByteCode (
    ParseTreeNode root
)

 Parameters

root

 See Also