orc.ast.extended.declaration
Class ValDeclaration

java.lang.Object
  extended by orc.ast.extended.declaration.ValDeclaration
All Implemented Interfaces:
Declaration

public class ValDeclaration
extends java.lang.Object
implements Declaration


Constructor Summary
ValDeclaration(Pattern p, Expression f)
           
 
Method Summary
 Expression bindto(Expression target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValDeclaration

public ValDeclaration(Pattern p,
                      Expression f)
Method Detail

bindto

public Expression bindto(Expression target)
Specified by:
bindto in interface Declaration