fabric.ast
Class FabricUtil

java.lang.Object
  extended by fabric.ast.FabricUtil

public class FabricUtil
extends java.lang.Object


Constructor Summary
FabricUtil()
           
 
Method Summary
static FabricExt fabricExt(Node n)
          Gets the Fabric extension.
static Node updateFabricExt(Node n, FabricExt fab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FabricUtil

public FabricUtil()
Method Detail

fabricExt

public static FabricExt fabricExt(Node n)
Gets the Fabric extension. Note that Fabric extensions are NOT subclasses of Jif extensions.

Parameters:
n -

updateFabricExt

public static Node updateFabricExt(Node n,
                                   FabricExt fab)