Uses of Class
soot.jimple.spark.geom.geomPA.ShapeNode

Packages that use ShapeNode
soot.jimple.spark.geom.geomPA   
 

Uses of ShapeNode in soot.jimple.spark.geom.geomPA
 

Fields in soot.jimple.spark.geom.geomPA declared as ShapeNode
 ShapeNode ShapeNode.next
           
 ShapeNode ShapeNode.next
           
 

Methods in soot.jimple.spark.geom.geomPA that return ShapeNode
abstract  ShapeNode ShapeNode.makeDuplicate()
          Clone itself and make a new instance.
abstract  ShapeNode ShapeNode.makeDuplicate()
          Clone itself and make a new instance.
 

Methods in soot.jimple.spark.geom.geomPA with parameters of type ShapeNode
abstract  void ShapeNode.copy(ShapeNode other)
           
abstract  void ShapeNode.copy(ShapeNode other)
           
abstract  boolean ShapeNode.inclusionTest(ShapeNode other)
          Test if the invoked figure contains the passed in figure
abstract  boolean ShapeNode.inclusionTest(ShapeNode other)
          Test if the invoked figure contains the passed in figure