Package codeanalysis.binding
Class BoundExpression
java.lang.Object
codeanalysis.binding.BoundNode
codeanalysis.binding.BoundExpression
- Direct Known Subclasses:
BoundAssignmentExpression,BoundBinaryExpression,BoundLiteralExpression,BoundUnaryExpression,BoundVariableExpression
Abstract class for representing bound expressions in the code analysis process.
- Version:
- 1.0
- Author:
- Siyabend Urun
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BoundExpression
public BoundExpression()
-
-
Method Details
-
getClassType
Gets the class type of the bound expression.- Returns:
- The class type of the bound expression.
-