Class AbstractDeclarationCollector.LexicalFrame

    • Method Detail

      • addName

        private void addName​(java.lang.String nameToAdd)
        Add a name to the frame.
        Parameters:
        nameToAdd - the name we're adding
      • contains

        protected boolean contains​(java.lang.String nameToFind)
        Check whether the frame contains a given name.
        Parameters:
        nameToFind - the name we're looking for
        Returns:
        whether it was found
      • getIfContains

        private AbstractDeclarationCollector.LexicalFrame getIfContains​(java.lang.String nameToFind)
        Check whether the frame contains a given name.
        Parameters:
        nameToFind - the name we're looking for
        Returns:
        whether it was found