Package codeanalysis.binding
Class BoundNode
java.lang.Object
codeanalysis.binding.BoundNode
- Direct Known Subclasses:
BoundExpression
Represents a bound node in the code analysis process.
- Version:
- 1.0
- Author:
- Siyabend Urun
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BoundNodeTypegetType()Gets the type of the bound node.
-
Constructor Details
-
BoundNode
public BoundNode()
-
-
Method Details
-
getType
Gets the type of the bound node.- Returns:
- The type of the bound node.
-