类 MethodDescriptorGrammar


  • public final class MethodDescriptorGrammar
    extends java.lang.Object
    Implements parser for the method descriptor grammar defined in JVM spec.
    另请参阅:
    method descriptor grammar
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static @Nullable MethodDescriptorNode parse​(@NotNull java.lang.String input)
      Parse the given method descriptor and return its parse tree.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • 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.