Uses of Class
com.ochafik.lang.jnaerator.runtime.Union

Packages that use Union
com.ochafik.lang.jnaerator.runtime   
 

Uses of Union in com.ochafik.lang.jnaerator.runtime
 

Classes in com.ochafik.lang.jnaerator.runtime with type parameters of type Union
 class Union<S extends Union<S,V,R>,V extends S,R extends S>
           
 

Methods in com.ochafik.lang.jnaerator.runtime with type parameters of type Union
static
<S extends Union>
S[]
Union.newArray(Class<S> structClass, int arrayLength)
           
protected
<T extends Union<?,?,?>>
T
Union.setupClone(T clone)
           
protected
<T extends Union<?,?,?>>
T
Structure.setupClone(T clone)
           
 

Methods in com.ochafik.lang.jnaerator.runtime that return Union
 S[] Union.castToArray()
           
 S[] Union.castToArray(int size)
           
 S[] Union.castToArray(Structure[] array)
           
static
<S extends Union>
S[]
Union.newArray(Class<S> structClass, int arrayLength)
           
 S[] Union.toArray()
          Deprecated. use castToArray instead
 S[] Union.toArray(int size)
          Deprecated. use castToArray instead
 S[] Union.toArray(Structure[] array)
          Deprecated. use castToArray instead
 



Copyright © 2009. All Rights Reserved.