public interface IBoundCode
IBoundCode
interface is designed to provide a common
protocol for objects what describes bound code.Modifier and Type | Method and Description |
---|---|
SyntaxNodeException[] |
getErrors()
Gets errors what was found during binding process.
|
IParsedCode |
getParsedCode()
Gets link to parsed code that was used in binding process.
|
IBoundNode |
getTopNode()
Gets link to top node of bound code objects hierarchy.
|
SyntaxNodeException[] getErrors()
IParsedCode getParsedCode()
IBoundNode getTopNode()
Copyright © 2018. All rights reserved.