类 MethodDescriptorGrammar
- java.lang.Object
-
- proguard.classfile.attribute.signature.grammars.MethodDescriptorGrammar
-
public final class MethodDescriptorGrammar extends java.lang.ObjectImplements parser for the method descriptor grammar defined in JVM spec.
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static @Nullable MethodDescriptorNodeparse(@NotNull java.lang.String input)Parse the given method descriptor and return its parse tree.
-
-
-
方法详细资料
-
parse
@Nullable public static @Nullable MethodDescriptorNode parse(@NotNull @NotNull java.lang.String input)
Parse the given method descriptor and return its parse tree.- 参数:
input- The string to parse.- 返回:
- A parsed out result, or null if not valid method descriptor.
-
-