orc.ast.extended.pattern
Class Attachment

java.lang.Object
  extended by orc.ast.extended.pattern.Attachment

public class Attachment
extends java.lang.Object


Field Summary
 Expression e
           
 Variable v
           
 
Constructor Summary
Attachment(Variable v, Expression e)
           
 
Method Summary
 Expression attach(Expression f)
           
 Expression attach(Expression f, Type t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v

public Variable v

e

public Expression e
Constructor Detail

Attachment

public Attachment(Variable v,
                  Expression e)
Method Detail

attach

public Expression attach(Expression f)

attach

public Expression attach(Expression f,
                         Type t)