|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutType | |
---|---|
com.hyper9.simdk.codegen.impls | |
com.hyper9.simdk.codegen.types |
Uses of OutType in com.hyper9.simdk.codegen.impls |
---|
Classes in com.hyper9.simdk.codegen.impls that implement OutType | |
---|---|
class |
OutTypeImpl
A class for building the out type. |
Methods in com.hyper9.simdk.codegen.impls that return OutType | |
---|---|
OutType |
MetaMethodImpl.getOutReturnType()
|
OutType |
MetaTypeImpl.getOutType()
|
OutType |
MetaPropertyImpl.getOutType()
|
OutType |
MetaParamImpl.getOutType()
|
OutType |
OutTypeImpl.getSuperclass()
|
Methods in com.hyper9.simdk.codegen.impls that return types with arguments of type OutType | |
---|---|
List<OutType> |
MetaMethodImpl.getExceptions()
|
List<OutType> |
OutTypeImpl.getInterfaces()
|
Methods in com.hyper9.simdk.codegen.impls with parameters of type OutType | |
---|---|
protected boolean |
MetaTypeImpl.isTypeObject(OutType outType)
|
void |
MetaPropertyImpl.setOutType(OutType toSet)
|
void |
OutTypeImpl.setSuperclass(OutType toSet)
|
Uses of OutType in com.hyper9.simdk.codegen.types |
---|
Methods in com.hyper9.simdk.codegen.types that return OutType | |
---|---|
OutType |
MetaMethod.getOutReturnType()
Get this method's Out return type. |
OutType |
MetaType.getOutType()
Gets the Out type. |
OutType |
MetaProperty.getOutType()
Gets the meta property's Out type. |
OutType |
MetaParam.getOutType()
Get this parameter's Out type. |
OutType |
OutType.getSuperclass()
Gets the out type's superclass. |
Methods in com.hyper9.simdk.codegen.types that return types with arguments of type OutType | |
---|---|
List<OutType> |
MetaMethod.getExceptions()
Gets a list of Exceptions this method can throw. |
List<OutType> |
OutType.getInterfaces()
Gets the interfaces to be implemented by the out type. |
Methods in com.hyper9.simdk.codegen.types with parameters of type OutType | |
---|---|
void |
MetaProperty.setOutType(OutType toSet)
Sets the meta property's Out type. |
void |
OutType.setSuperclass(OutType toSet)
Sets the out type's superclass. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |