Uses of Class
org.freehep.rtti.IType

Uses of IType in org.freehep.rtti
 

Methods in org.freehep.rtti that return IType
 IType RTTI.createType(String name, boolean konst, boolean primitive, boolean enumeration, boolean reference, int pointer, int dimension, Vector types)
          Creates a type (primitive or Class)
 IType RTTI.createType(String name, IType alias, boolean reference, int pointer, int dimension)
          Creates an aliased type
 IType IMethod.getReturnType()
          Indicates the return type of this method
 IType INamedType.getType()
          Returns the type of the variable
 IType[] IType.getTypes()
          Indicates the template of this type.
 

Methods in org.freehep.rtti with parameters of type IType
 IMethod RTTI.createMethod(String name, Vector comments, boolean isStatic, IType returnType, boolean isConst, Vector parameterTypes, Vector exceptionTypes)
          Creates a method.
 IMethod RTTI.createMethod(String name, Vector comments, boolean isStatic, Vector templateParameters, IType returnType, boolean isConst, Vector parameterTypes, Vector exceptionTypes)
          Creates a method.
 INamedType RTTI.createNamedType(String name, IType type, String init)
          Creates a named type.
 IType RTTI.createType(String name, IType alias, boolean reference, int pointer, int dimension)
          Creates an aliased type
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.