Class FieldDescriptorGrammar
- java.lang.Object
-
- proguard.classfile.attribute.signature.grammars.FieldDescriptorGrammar
-
public final class FieldDescriptorGrammar extends java.lang.Object
Implements a field descriptor parser based on the specification.- See Also:
- field descriptor grammar
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable FieldDescriptorNode
parse(@NotNull java.lang.String input)
Parse the given field descriptor and return its parse tree.
-
-
-
Method Detail
-
parse
@Nullable public static @Nullable FieldDescriptorNode parse(@NotNull @NotNull java.lang.String input)
Parse the given field descriptor and return its parse tree.- Parameters:
input
- The string to parse.- Returns:
- A parsed out result, or null if not valid field descriptor.
-
-