类 FieldDescriptorGrammar


  • public final class FieldDescriptorGrammar
    extends java.lang.Object
    Implements a field descriptor parser based on the specification.
    另请参阅:
    field descriptor grammar
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static @Nullable FieldDescriptorNode parse​(@NotNull java.lang.String input)
      Parse the given field 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 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.