Uses of Class
xtc.type.Parameter

Packages that use Parameter
xtc.type   
 

Uses of Parameter in xtc.type
 

Subclasses of Parameter in xtc.type
 class InternalParameter
          An internal parameter.
 class NamedParameter
          A named parameter.
 class Wildcard
          A type wildcard.
 

Methods in xtc.type that return Parameter
 Parameter Parameter.toParameter()
           
 Parameter Type.toParameter()
          Get this type as a type parameter.
 

Methods in xtc.type that return types with arguments of type Parameter
 java.util.List<Parameter> ParameterizedT.getParameters()
          Get this parameterized type's parameters.
 

Methods in xtc.type with parameters of type Parameter
 void TypePrinter.visit(Parameter t)
          Print the specified type parameter.
 

Constructors in xtc.type with parameters of type Parameter
ParameterizedT(Parameter parameter, Type type)
          Create a new parameterized type.
 

Constructor parameters in xtc.type with type arguments of type Parameter
ParameterizedT(java.util.List<Parameter> parameters, Type type)
          Create a new parameterized type.
ParameterizedT(Type template, java.util.List<Parameter> parameters, Type type)
          Create a new parameterized type.
 



Copyright © 2012. All Rights Reserved.