Interface IParsedElementWithAtLeastOneDeclaration

    • Method Detail

      • getNameOffset

        int getNameOffset​(String identifierName)
        The offset of the token representing the name for the declaration
        Parameters:
        identifierName -
      • setNameOffset

        void setNameOffset​(int iOffset,
                           String identifierName)
      • declares

        boolean declares​(String identifierName)
        Parameters:
        identifierName -
        Returns:
        True if this statement declares the given identifier; false otherwise
      • getDeclarations

        String[] getDeclarations()
        Returns:
        all names declared by this element