public static enum MethodNode.ConvertType extends Enum<MethodNode.ConvertType>
public static final MethodNode.ConvertType INT
public static final MethodNode.ConvertType LONG
public static final MethodNode.ConvertType SHORT
public static final MethodNode.ConvertType FLOAT
public static final MethodNode.ConvertType DOUBLE
public static final MethodNode.ConvertType BYTE
public static final MethodNode.ConvertType BOOLEAN
public static final MethodNode.ConvertType CHARACTER
public static final MethodNode.ConvertType OTHER
public static MethodNode.ConvertType[] values()
for (MethodNode.ConvertType c : MethodNode.ConvertType.values()) System.out.println(c);
public static MethodNode.ConvertType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.