orc.ast.oil.xml
Class WithLocation

java.lang.Object
  extended by orc.ast.oil.xml.Expression
      extended by orc.ast.oil.xml.WithLocation
All Implemented Interfaces:
java.io.Serializable

public class WithLocation
extends Expression

See Also:
Serialized Form

Field Summary
 Expression expr
           
 SourceLocation location
           
 
Constructor Summary
WithLocation()
           
WithLocation(Expression expr, SourceLocation location)
           
 
Method Summary
 java.lang.String toString()
           
 Expr unmarshal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

expr

public Expression expr

location

public SourceLocation location
Constructor Detail

WithLocation

public WithLocation()

WithLocation

public WithLocation(Expression expr,
                    SourceLocation location)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

unmarshal

public Expr unmarshal()
Specified by:
unmarshal in class Expression