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.
|
Collection<OpenLMessage> |
getMessages() |
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()
Collection<OpenLMessage> getMessages()
IParsedCode getParsedCode()
IBoundNode getTopNode()
Copyright © 2004–2022 OpenL Tablets. All rights reserved.