Package EDU.purdue.cs.bloat.tree
Interface LeafExpr
-
- All Known Implementing Classes:
ConstantExpr,LocalExpr
public interface LeafExprAn expression that can appear as a leaf node in a Tree. Essentially, LeafExpr can not have child expressions.- See Also:
ConstantExpr,LocalExpr