Uses of Class
xyz.cofe.trambda.sec.TypeDesc
-
Packages that use TypeDesc Package Description xyz.cofe.trambda.sec Проверка байт кода на безопасность выполнения -
-
Uses of TypeDesc in xyz.cofe.trambda.sec
Fields in xyz.cofe.trambda.sec declared as TypeDesc Modifier and Type Field Description TypeDesc[]MethodDescTypes. paramsТип аргументовTypeDescMethodDescTypes. returnsТип результатаTypeDescTypeDesc.Parse. typeОписание типаstatic TypeDescTypeDesc. undefinedТип не определенMethods in xyz.cofe.trambda.sec that return TypeDesc Modifier and Type Method Description TypeDescFieldAccess. getFieldType()Возвращает описание типа данныхstatic TypeDescTypeDesc. parse(String raw)Парсинг типаConstructors in xyz.cofe.trambda.sec with parameters of type TypeDesc Constructor Description MethodDescTypes(TypeDesc[] params, TypeDesc returns)КонструкторParse(TypeDesc type, int from, int to)
-