Package EDU.purdue.cs.bloat.tree
Class SRStmt
- java.lang.Object
-
- EDU.purdue.cs.bloat.tree.Node
-
- EDU.purdue.cs.bloat.tree.Stmt
-
- EDU.purdue.cs.bloat.tree.SRStmt
-
public class SRStmt extends Stmt
SRStmt represents the swizzle of a range of elements in an array.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exprarray()java.lang.Objectclone()Exprend()Exprstart()voidvisit(TreeVisitor visitor)voidvisitForceChildren(TreeVisitor visitor)Visit the children of this node.-
Methods inherited from class EDU.purdue.cs.bloat.tree.Stmt
cleanupOnly
-
Methods inherited from class EDU.purdue.cs.bloat.tree.Node
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnly
-
-
-
-
Method Detail
-
array
public Expr array()
-
start
public Expr start()
-
end
public Expr end()
-
visit
public void visit(TreeVisitor visitor)
-
visitForceChildren
public void visitForceChildren(TreeVisitor visitor)
Description copied from class:NodeVisit the children of this node. Not all Nodes will have children to visit.- Specified by:
visitForceChildrenin classNode
-
-