All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface Types.TypeDesc

public interface TypeDesc
Type Descriptor is implemented as a String that contains names like "int", "double", etc.


Method Index

 o getOperator(String, TypeDesc)
 o getString()

Methods

 o getString
 public abstract String getString()
 o getOperator
 public abstract EvalOperator getOperator(String opStr,
                                          TypeDesc arg) throws TypeCheckException

All Packages  Class Hierarchy  This Package  Previous  Next  Index