Uses of Class
com.github.elibracha.utils.RefType
-
Packages that use RefType Package Description com.github.elibracha.utils -
-
Uses of RefType in com.github.elibracha.utils
Methods in com.github.elibracha.utils that return RefType Modifier and Type Method Description static RefTypeRefType. valueOf(String name)Returns the enum constant of this type with the specified name.static RefType[]RefType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.elibracha.utils with parameters of type RefType Constructor Description RefPointer(RefType refType)
-