Class BoundNode

java.lang.Object
codeanalysis.binding.BoundNode
Direct Known Subclasses:
BoundExpression

public abstract class BoundNode extends Object
Represents a bound node in the code analysis process.
Version:
1.0
Author:
Siyabend Urun
See Also:
  • Constructor Details

    • BoundNode

      public BoundNode()
  • Method Details

    • getType

      public abstract BoundNodeType getType()
      Gets the type of the bound node.
      Returns:
      The type of the bound node.