polyglot.ext.param.types
Interface InstType

All Superinterfaces:
java.lang.Cloneable, Copy, Qualifier, java.io.Serializable, Type, TypeObject
All Known Subinterfaces:
CofferClassType, CofferParsedClassType, CofferSubstType
All Known Implementing Classes:
CofferParsedClassType_c, CofferSubstClassType_c

public interface InstType
extends Type

A parameterized type instantiated on actual arguments.


Method Summary
 java.util.List actuals()
           
 PClass instantiatedFrom()
           
 
Methods inherited from interface polyglot.types.Type
arrayOf, arrayOf, descendsFrom, descendsFromImpl, isArray, isBoolean, isByte, isCastValid, isCastValidImpl, isChar, isClass, isComparable, isDouble, isFloat, isImplicitCastValid, isImplicitCastValidImpl, isInt, isIntOrLess, isLong, isLongOrLess, isNull, isNumeric, isPrimitive, isReference, isShort, isSubtype, isSubtypeImpl, isThrowable, isUncheckedException, isVoid, numericConversionValid, numericConversionValid, numericConversionValidImpl, numericConversionValidImpl, toArray, toClass, toNull, toPrimitive, toReference, toString, translate
 
Methods inherited from interface polyglot.types.Qualifier
isPackage, isType, toPackage, toType
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

instantiatedFrom

PClass instantiatedFrom()

actuals

java.util.List actuals()