Uses of Class
edu.rice.cs.dynamicjava.symbol.type.VarargArrayType

Packages that use VarargArrayType
edu.rice.cs.dynamicjava.symbol.type   
 

Uses of VarargArrayType in edu.rice.cs.dynamicjava.symbol.type
 

Methods in edu.rice.cs.dynamicjava.symbol.type with parameters of type VarargArrayType
 RetType TypeDepthFirstVisitor.forVarargArrayType(VarargArrayType that)
           
 Type TypeUpdateVisitor.forVarargArrayType(VarargArrayType that)
           
abstract  RetType TypeVisitorLambda.forVarargArrayType(VarargArrayType that)
          Process an instance of VarargArrayType.
 void TypeAbstractVisitor_void.forVarargArrayType(VarargArrayType that)
           
 RetType TypeVisitor.forVarargArrayType(VarargArrayType that)
          Process an instance of VarargArrayType.
 RetType TypeAbstractVisitor.forVarargArrayType(VarargArrayType that)
           
 void TypeVisitor_void.forVarargArrayType(VarargArrayType that)
          Process an instance of VarargArrayType.
 void TypeDepthFirstVisitor_void.forVarargArrayType(VarargArrayType that)
           
abstract  void TypeVisitorRunnable1.forVarargArrayType(VarargArrayType that)
          Process an instance of VarargArrayType.
 void TypeDepthFirstVisitor_void.forVarargArrayTypeDoFirst(VarargArrayType that)
           
 void TypeDepthFirstVisitor_void.forVarargArrayTypeOnly(VarargArrayType that)
           
 RetType TypeDepthFirstVisitor.forVarargArrayTypeOnly(VarargArrayType that, RetType ofType_result)
           
 Type TypeUpdateVisitor.forVarargArrayTypeOnly(VarargArrayType that, Type ofType_result)