jfun.jaskell.ast
Interface Expr

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Bound

public interface Expr
extends java.io.Serializable

Representing a jaskell expression object.

Author:
Ben Yu Dec 7, 2004

Method Summary
 java.lang.Object accept(ExprVisitor v)
           
 int getIndex()
          Get the starting index in the original source.
 Location getLocation()
          Get the location that is readable to human being.
 

Method Detail

accept

java.lang.Object accept(ExprVisitor v)

getIndex

int getIndex()
Get the starting index in the original source.


getLocation

Location getLocation()
Get the location that is readable to human being.