JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
EDU.purdue.cs.bloat.tree
LeafExpr
Contents
Description
Hide sidebar
Show sidebar
Interface LeafExpr
All Known Implementing Classes:
ConstantExpr
,
LocalExpr
public interface
LeafExpr
An expression that can appear as a leaf node in a Tree. Essentially, LeafExpr can not have child expressions.
See Also:
ConstantExpr
LocalExpr