类 FieldDescriptorGrammar
- java.lang.Object
-
- proguard.classfile.attribute.signature.grammars.FieldDescriptorGrammar
-
public final class FieldDescriptorGrammar extends java.lang.ObjectImplements a field descriptor parser based on the specification.- 另请参阅:
- field descriptor grammar
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static @Nullable FieldDescriptorNodeparse(@NotNull java.lang.String input)Parse the given field descriptor and return its parse tree.
-
-
-
方法详细资料
-
parse
@Nullable public static @Nullable FieldDescriptorNode parse(@NotNull @NotNull java.lang.String input)
Parse the given field descriptor and return its parse tree.- 参数:
input- The string to parse.- 返回:
- A parsed out result, or null if not valid field descriptor.
-
-