Class Fd


  • public class Fd
    extends MdFd
    Tree item representing a field.
    • Constructor Detail

      • Fd

        public Fd​(TreeItem parent,
                  boolean isSynthetic,
                  java.lang.String name,
                  java.lang.String descriptor,
                  int access,
                  ObfuscationConfig obfuscationConfig)
        Ctor.
        Parameters:
        parent - the parent
        isSynthetic - the is synthetic
        name - the name
        descriptor - the descriptor
        access - the access
        obfuscationConfig - the obfuscation config
    • Method Detail

      • getDescriptorName

        protected java.lang.String getDescriptorName()
        Return the display name of the descriptor types.
        Specified by:
        getDescriptorName in class MdFd
        Returns:
        the descriptor name
      • isWildcardMatch

        public boolean isWildcardMatch​(java.lang.String namePattern)
        Is this field's name a match to the wildcard pattern?
        Parameters:
        namePattern - the name pattern
        Returns:
        the boolean
      • isNRWildcardMatch

        public boolean isNRWildcardMatch​(java.lang.String namePattern)
        Is this field's name a non-recursive match to the wildcard pattern?
        Parameters:
        namePattern - the name pattern
        Returns:
        the boolean