Uses of Class
org.freehep.rtti.INamedType

Uses of INamedType in org.freehep.rtti
 

Methods in org.freehep.rtti that return INamedType
 INamedType RTTI.createNamedType(String name, IType type, String init)
          Creates a named type.
 INamedType IField.getNamedType()
          Returns the named type.
 INamedType[] IMethod.getParameterTypes()
          Returns a list of named types which are parameters to this method
 INamedType[] IConstructor.getParameterTypes()
          Returns the list of named types, which are parameters of this constructor
 

Methods in org.freehep.rtti with parameters of type INamedType
 IField RTTI.createField(INamedType namedType, Vector comments)
          Creates a named field.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.