fabil.ast
Class Cast_c

java.lang.Object
  extended by polyglot.ast.Cast_c
      extended by fabil.ast.Cast_c

public class Cast_c
extends polyglot.ast.Cast_c


Constructor Summary
Cast_c(Position pos, TypeNode castType, Expr expr)
           
 
Method Summary
 Type childExpectedType(Expr child, AscriptionVisitor av)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cast_c

public Cast_c(Position pos,
              TypeNode castType,
              Expr expr)
Method Detail

childExpectedType

public Type childExpectedType(Expr child,
                              AscriptionVisitor av)