Uses of Class
io.virtdata.ast.ArgType.TypeName
-
Packages that use ArgType.TypeName Package Description io.virtdata.ast -
-
Uses of ArgType.TypeName in io.virtdata.ast
Methods in io.virtdata.ast that return ArgType.TypeName Modifier and Type Method Description static ArgType.TypeNameArgType.TypeName. valueOf(ArgType argType)Returns the enum constant of this type with the specified name.static ArgType.TypeNameArgType.TypeName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArgType.TypeName[]ArgType.TypeName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-