Class FieldDescriptorGrammar
java.lang.Object
proguard.classfile.attribute.signature.grammars.FieldDescriptorGrammar
Implements a field descriptor parser based on the specification.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable FieldDescriptorNodeParse the given field descriptor and return its parse tree.
-
Method Details
-
parse
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.
-