Uses of Interface
io.virtdata.ast.ArgType
-
Packages that use ArgType Package Description io.virtdata.ast -
-
Uses of ArgType in io.virtdata.ast
Classes in io.virtdata.ast that implement ArgType Modifier and Type Class Description classDoubleArgclassFloatArgclassFunctionCallclassIntegerArgclassLongArgclassRefArgclassStringArgMethods in io.virtdata.ast that return types with arguments of type ArgType Modifier and Type Method Description java.util.List<ArgType>FunctionCall. getArgs()Methods in io.virtdata.ast with parameters of type ArgType Modifier and Type Method Description voidFunctionCall. addFunctionArg(ArgType argType)static ArgType.TypeNameArgType.TypeName. valueOf(ArgType argType)Returns the enum constant of this type with the specified name.
-